0.2.0 • Published 7 years ago

passmake v0.2.0

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

Passmake

A command line application that generates cryptographically-strong, random strings of letters and numbers (and optionally symbols) using generate-password.

Install

$ npm install -g passmake

Usage

To generate a random string using the default settings:

$ passmake

To automatically copy a generated string to the clipboard:

$ passmake --copy

For more details:

$ passmake --help