https://github.com/rayc2045/passgen
Node.js Password Generator
https://github.com/rayc2045/passgen
password password-generator
Last synced: 2 months ago
JSON representation
Node.js Password Generator
- Host: GitHub
- URL: https://github.com/rayc2045/passgen
- Owner: rayc2045
- Created: 2021-07-14T04:30:38.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-10T05:49:30.000Z (almost 5 years ago)
- Last Synced: 2025-08-19T21:59:00.915Z (11 months ago)
- Topics: password, password-generator
- Language: JavaScript
- Homepage:
- Size: 2.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Passgen - Node.js Password Generator

## Clone this repo
git clone https://github.com/rayc2045/Passgen.git
cd Passgen
npm i
## Usage
Run file
node index (options)
Create a symlink to run "Passgen" from anywhere
npm link
Passgen (options)
Remove symlink
npm unlink Passgen
## Options
| Short | Long | Description |
| ----- | ----------------- | -------------------------------- |
| -l | --length | length of password (default: 10) |
| -nn | --no-numbers | no numbers |
| -ns | --no-symbols | no symbols |
| -s | --save | save password to passwords.txt |
| -h | --help | display help for command |
| -V | --version | Show the version |