Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/umayr/kaboom
A tiny CLI app to generate superhero names
https://github.com/umayr/kaboom
Last synced: about 15 hours ago
JSON representation
A tiny CLI app to generate superhero names
- Host: GitHub
- URL: https://github.com/umayr/kaboom
- Owner: umayr
- Created: 2015-08-05T13:52:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-05T14:18:22.000Z (over 9 years ago)
- Last Synced: 2023-03-23T02:19:15.994Z (over 1 year ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Kaboom
=============### Description
A CLI app to generate superher names.
### Usage
To install kaboom from npm, run:
```
$ npm install -g kaboom
```Once its installed try:
```
$ kaboom -V
0.0.1$ kaboom -h
Usage: kaboom [options]
Options:
-h, --help output usage information
-V, --version output the version number
-n, --number Number of superhero names$ kaboom
The Gentle Snipe Wolverine$ kaboom -n 10
The Fiery Shadow
The Macho Shade Chief
The Yellow Sniper Outrageous
The Giant Catman Magical
Griffin and Electric Arrow Catman
The Impossible Captain Smasher
Spark Plug and Choicemaker Prince
The Iron Smasher Cat
The Brass Waspman Watcher
The Glorious Angel Falcon```
### TestsIf you have [mocha](https://github.com/mochajs/mocha) installed already,
```
$ npm test
```### Motivation
I use to name my releases after random superhero names sometimes, like every single lazy ass developer; I wanted a utility that'd reduce my efforts. So, here it is. :3
### License
Copyright (c) 2015 Umayr Shahid
[MIT License](http://en.wikipedia.org/wiki/MIT_License)