1.2.0 • Published 9 years ago

botname v1.2.0

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

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