Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

newbot-cli

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

newbot-cli

CLI for NewBot Framework. Quickly create, generate, emulate and test your chatbot

  • 3.1.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

NewBot CLI

Create new project

newbot new <folder name>

Emulator (in terminal)

newbot emulator

Options :

  • --source <platform name> : Test your chatbot on simulated platform. Example : newbot emulator --source messenger
  • --lang <lang id> : Test your chatbot with an specific language. Example : newbot emulator --lang fr_FR
  • --skill <skill folder name> : test a skill present in the skills folder. Example : newbot emulator --skill test

Generate Skill

newbot generate skill <folder name>

Run Local Server

Launch a local server and listen to your chatbot on the default port 3000

newbot serve

Options :

  • --port <port> : Launch on another port
  • --ngrok <O or 1> : Launches ngrok to create a tunnel to the local server. 0 : disable, 1 : enable (by default)

Unit Tests

newbot test

Build

newbot build

Train

newbot train

Deploy on NewBot Cloud

newbot deploy

Disconnect from NewBot Cloud

newbot logout

ChangeLog

2020-02-06

Changed

  • The train part is moved in the newbot module. So version 3.0.0 is only compatible with NewBot Framework version > 0.6
  • The training now uses version 4 of the NLPJS module. The generated model is therefore different

Keywords

FAQs

Package last updated on 31 Dec 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc