bottr-cli
v0.1.5
Published
The command line tool for Bottr
Readme
Bottr-CLI
The command line tool for Bottr.
Install
$ npm install -g bottr-cliUsage
- Create a new directory for your bot.
$ mkdir <YourBotName>- Initialize a new bot.
$ bottr init- Start the server.
$ npm start- Open your browser and go to http://localhost:3000
