Skip to content

satiseven/password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ankavita

NodeJs Password Generator

password generator wrote in nodejs for terminal,it will work in portable

install the package

after cloning the resp you shoud enter to direcory and

  • npm install

How to make it command

If you want to execute the command line

be sure package.json file has

  • "preferGlobal": true,
  • "bin": "index.js",

Your index.js file should have

#!/usr/bin/env node

Should install package

npm install -g C:\Users\riza\Desktop\password-generator

Open terminal and run

 password-generator

Options

  • -length=10 will generate password length 10
  • -nn will disable numbers
  • -ns will disable symbols
  • -s will save the file in the directory

About

password generator wrote in nodejs for terminal,it will work in portable

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published