0.0.3 • Published 4 years ago

@activeai/create-websdk-bot v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Create Active.AI Bot

Create a bot with less build configuration.

Quick Overview

npx create-websdk-bot <bot-name>


For ex:

npx create-websdk-bot stella

(npx comes with npm 5.2+ and higher, see instructions for older npm versions)

Prerequistes

You need to install a build tool Grunt.

npm i grunt-cli -g

Creating a Bot

You’ll need to have Node 8.16.0 or Node 10.16.0 or later version on your local development machine (but it’s not required on the server). You can use nvm (macOS/Linux) or nvm-windows to easily switch Node versions between different projects.

To create a new bot:

npx

npx create-websdk-bot stella

(npx comes with npm 5.2+ and higher, see instructions for older npm versions)

npm

npm i create-websdk-bot -g --registry=http://activenpm.active.ai

and then

create-websdk-bot <bot-name>

Features

  • Voice Support
  • Button Flow
0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago