ringcentral-chatbot-factory
v0.2.1
Published
Cli tool to generate RingCentral chatbot code.
Downloads
10
Maintainers
Readme
ringcentral-chatbot-factory
Cli tool to generate RingCentral chatbot code.
Templates
- https://github.com/zxdong262/ringcentral-chatbot-template-python
- https://github.com/zxdong262/ringcentral-chatbot-template-js
Use
# make sure you have [email protected]+ installed
# use nvm to install nodejs/npm is recommended
npx ringcentral-chatbot-factory my-app
# or install it first
# npm i -g ringcentral-chatbot-factory && rcf my-app
# then carefully answer all questions, then the my-app folder will be create
cd my-app
# follow the instruction of my-app/README.md to dev/run/test the bot
License
MIT