metal-name
TypeScript icon, indicating that this package has built-in type declarations

3.0.0 • Public • Published

metal-name

Heavy metal band name generator

Install

$ npm install --save metal-name

Usage

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 Glory

License

MIT © Rich Trott

Acknowledgments

  • The code for superb served as a starting point

Word Fragments Contributed By

/metal-name/

    Package Sidebar

    Install

    npm i metal-name

    Weekly Downloads

    2

    Version

    3.0.0

    License

    MIT

    Unpacked Size

    11.2 kB

    Total Files

    8

    Last publish

    Collaborators

    • trott