UNPKG

adjective-adjective-animal

Version:

Suitably random and reasonably unique human readable (and fairly adorable) ids

11 lines (6 loc) 248 B
#!/usr/bin/env node "use strict"; var generate = require("../lib/index"); var numberOfAdjectives = process.argv[2] || 2; var format = process.argv[3] || "param"; generate({ adjectives : numberOfAdjectives, format : format }).then(console.log);