Bottr-CLI The command line tool for Bottr. Install $ npm install -g bottr-cli Usage 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