botname
v1.2.0
Published
Random name generator for your printer
Downloads
16
Readme
Very simple to use!
Simply install the package globally npm install -g botname
then type botname
in the terminal.
npm install -g botname
botname
# You could name your printer: CelebratoryBot
botname -n
# CelebratoryBot
You can also include the package in your own app. First, npm install --save botname
, then:
var botname = require('botname');
console.log(botname()); // Output: CelebratoryBot