unsullied

Random unsullied name -and color- generator.

Usage no npm install needed!

<script type="module">
  import unsullied from 'https://cdn.skypack.dev/unsullied';
</script>

README

UNSULLIED

Build Status Dependency status Downloads Always useful

Random unsullied name -and color- generator.

Install

npm install --save unsullied

If you need to use it as a CLI tool:

npm install -g unsullied

Use

const unsullied = require('unsullied');
const name = unsullied();

// 'grey.worm'

With options:

const unsullied = require('unsullied');
const name = unsullied({
  separator: '-'
});

// 'grey-worm'

Available options

  • case: upper || camel,
  • separator: [string] (Default: .),

CLI use:

gt; unsullied
// 'grey.worm'
gt; unsullied --case=upper
// GREY.WORM
gt; unsullied --case=camel
// grey.Worm

Contribute

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

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

License

MIT