1.1.1 • Published 3 years ago

@shultztom/password-generator v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

password-generator

Getting Started

  1. 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
1.1.1

3 years ago

1.1.0

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago