Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 417 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 417 Bytes

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