https://github.com/rbanffy/nsaname
🕵 Like petname, but for naming secret projects and tools.
https://github.com/rbanffy/nsaname
humor javascript petname
Last synced: 13 days ago
JSON representation
🕵 Like petname, but for naming secret projects and tools.
- Host: GitHub
- URL: https://github.com/rbanffy/nsaname
- Owner: rbanffy
- License: apache-2.0
- Created: 2016-12-30T16:52:44.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T19:10:18.000Z (12 months ago)
- Last Synced: 2025-01-11T19:02:20.720Z (9 months ago)
- Topics: humor, javascript, petname
- Language: JavaScript
- Homepage:
- Size: 60.5 KB
- Stars: 31
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# nsaname
[](https://www.npmjs.org/package/nsaname)
[](https://www.npmjs.org/package/nsaname)
[](https://github.com/feross/standard)
[](https://gitter.im/nsaname/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)Like petname, but for naming secret projects and tools.
## Installing
```shell
npm install nsaname
```## Usage
```text
$ nsaname --helpNSA 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:
```text
$ 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:
```shell
npm run test
```
## Star History[](https://star-history.com/#rbanffy/nsaname&Date)