Skip to content

Latest commit

 

History

History
72 lines (51 loc) · 1.58 KB

README.md

File metadata and controls

72 lines (51 loc) · 1.58 KB

nsaname

view on npm npm module downloads js-standard-style Join the chat at https://gitter.im/nsaname/Lobby

Like petname, but for naming secret projects and tools.

Installing

npm install nsaname

Usage

$ nsaname --help

NSA Name

  Like petname, but for naming secret projects and tools.

Options

  --help         Print this usage guide.
  --lowercase    Output in lowercase.
  --no-suffix    Don't add a suffix.
  --hostname     Output a sensible hostname.

$ nsaname
SchoolSwap HX
$ nsaname
WistfulMonkey 4000
$ nsaname -l
headset iii
$ nsaname -n
SchoolJeep
$ nsaname -h
swap-gram
$ nsaname -h
cotton-witch

Developing

Check out the current develop branch and run npm install. To run the program:

$ node index.js --help
Debugger attached.

NSA Name

  Like petname, but for naming secret projects and tools.

Options

  --help string            Print this usage guide.
  -l, --lowercase string   Output in lowercase.
  -n, --no-suffix string   Don't add a suffix.
  -h, --hostname string    Output a sensible hostname.

Waiting for the debugger to disconnect...

For running unit tests, you can:

npm run test