1.0.1 • Published 3 years ago

unplanned v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

unplanned

A simple tool that will just let you generate random names. These will be an adjective and a noun separated by a dash.

Examples are: excellent-engine, hypnotic-pickle, etc. There are currently 877000 possible different combinations.

Why would you care for this? Well, this can be a good default option for project names, user names, etc.

A little help to the UX that takes 2 minutes to do.

Installation

npm install unplanned

Usage

var unplanned = require('unplanned');

var name = unplanned();
1.0.1

3 years ago

1.0.0

4 years ago