Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

```
### Tests

If 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)