0.3.0 • Published 5 years ago

roli v0.3.0

Weekly downloads
43
License
MIT
Repository
github
Last release
5 years ago

roli

Greenkeeper badge Build Status Downloads Always useful

Fantastic names for your projects, groups, users or anything else you want to give a name to.

Install

npm install --save roli

If you need to use it globally as a CLI tool:

npm install -g roli

Use

const roli = require('roli');
const result = roli();

// 'Precious.Declaration'

Use it with options:

const roli = require('roli');
// Custom separator
const result = roli({
  separator: '_'
});

// 'Precious_Declaration'

More options

{
  "case": "upper" || "lower",  // Upper -or lower case the result.
  "separator": ".",  // Separator. Default: .
  "words": 2,        // Number of words. Default: 2
}

CLI use:

$> roli --separator=_ --words=3

// 'Precious_Declaration_Subject'

Contribute

fork https://github.com/aichholzer/roli/

More ideas for adjectives and nouns (See ./lib/data.json) are always welcome.

License

MIT

0.3.0

5 years ago

0.2.2

5 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago