This repository is depreciated. To install a newbot project, go to the repository https://github.com/newbotjs/newbot-framework
newbot new <folder name>
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 theskills
folder. Example :newbot emulator --skill test
newbot generate skill <folder name>
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)
newbot test
newbot build
newbot train
newbot deploy
newbot logout
- 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