totemize
An random generator of an adjective and a noun for release name or mnemonic process name
Installation
Global npm install to use command line tool:
$ npm install -g totemize
Or to use totemize api in you project:
$ npm install --save totemize
Command line
Example:
# Simple usage $ totemizeDidactic Bear ## See options below $ totemize -s '-'Didactic-Bear # Example with git to create a random tag name $ git tag 0.4.2 -m "$(totemize)"
Usage:
$ totemize -h Usage: totemize [options] Options: -h, --help output usage information -V, --version output the version number -a, --adjectives <file> An file that export an array of adjectives -n, --nouns <file> An file that export an array of nouns -s, --separator <string> A string to dissociate adjective and noon
API
Example:
var totemize = console;// Output: "Propitious Panda"
Customize:
var totemize = var custom = // custom => "Foo-Bar"
License
The MIT License