0.6.2 • Published 3 years ago

koremu v0.6.2

Weekly downloads
1
License
ISC
Repository
gitlab
Last release
3 years ago

Koremu

A Password Generator.

  • Good for telling others a password in impromptu situations.
  • Good for remembering frequently used, but un-password-managable passwords.
  • Good for making songs with wierd lyrics.

Usage

This comes with node binary that allows you to use it like any other terminal utility.

$ npm install -g koremu
$ koremu
pigridypribripufra

if the node bin directory isn't in your path, you can also use npx koremu

You can also use it as a library. Run npm install koremu on you project.

// ES Modules: import koremu from 'koremu'
// CommonJS: const koremu = require('koremu')

console.log(koremu())

Features

  • Generates a password

Upcoming in 1.0

  • Pronounciation guide
  • Minimum length option
  • Pipeable output test

License: ISC

0.6.2

3 years ago

0.6.1

6 years ago

0.6.0

6 years ago

0.0.1

6 years ago