metal-name
v3.1.0
Published
Heavy metal band name generator
Downloads
525
Maintainers
Readme
metal-name
Heavy metal band name generator
Install
$ npm install --save metal-nameUsage
var metal = require('metal-name');
metal();
//=> 'Twisted Vengeance'
metal({ fragment: 'start'});
//=> 'Twisted'
metal({ fragment: 'end' });
//=> 'Vengeance'API
metal([options])
Type: string
Random heavy metal band name.
Options:
fragment: With value 'start' or 'end', generate only that part of the name
CLI
$ npm install --global metal-name$ metal-name --help
Examples
$ metal-name
Desecrated GloryLicense
MIT © Rich Trott
Acknowledgments
- The code for superb served as a starting point
