bottr-cli

The command line tool for Bottr

Usage no npm install needed!

<script type="module">
  import bottrCli from 'https://cdn.skypack.dev/bottr-cli';
</script>

README

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