@shultztom/password-generator
v1.1.1
Published
## Getting Started
Downloads
1
Readme
password-generator
Getting Started
- Install Deps with
yarn install
- If yarn is not installed, install it with
npm i -g yarn
Usage locally
Create password with length of 12
yarn start
Create password with custom length
yarn start --length=20
Usage with npx
# Default
npx @shultztom/password-generator
# Custom length
npx @shultztom/password-generator --length=30