koremu

0.6.2 • Public • Published

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

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i koremu

    Weekly Downloads

    4

    Version

    0.6.2

    License

    ISC

    Unpacked Size

    2.16 kB

    Total Files

    4

    Last publish

    Collaborators

    • rayfoss