Swift CLI app for generating passwords.
Run the app with the flag -h
to see root level options. The app supports normal (random character string) and separated (random grouped characters separated by a separator character) password types.
Run swift test
to run the unit test suite
To build an executable version of the app run swift build -c release