Bottr-cli

The command line tool for Bottr


License
ISC
Install
npm install Bottr-cli@0.1.1

Documentation

Bottr-CLI

The command line tool for Bottr.

Install

$ npm install -g bottr-cli

Usage

  1. Create a new directory for your bot.
$ mkdir <YourBotName>
  1. Initialize a new bot.
$ bottr init
  1. Start the server.
$ npm start
  1. Open your browser and go to http://localhost:3000