Skip to content

A command-line tool built with Deno and TypeScript that allows you to generate random and secure passwords.

Notifications You must be signed in to change notification settings

angelmtztrc/passgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Passgen

A command-line tool that allows you to generate random and secure passwords.

Usage

Before of all make sure that you have installed Deno 1.11.5 or later. Then run the following:

deno run main.ts [options]

# example
deno run main.ts --length 20 --allow-symbols

Command-line Options

Short Long Description
-h --help Show the information about the program.
-v --version Show the version number for this program.
-l --length Set the length of the password. (Default: 8)
-as --allow-symbols Allow generate the password with symbols.
-an --allow-numbers Allow generate the password with numbers.

License

MIT

About

A command-line tool built with Deno and TypeScript that allows you to generate random and secure passwords.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published