In this article, you’ll find the instructions to install and configure BM-CLI on your local machine.
Install the BM-CLI client to develop Client Actions locally on your PC. This allows you to write and test your code using your preferred IDE.
Steps:
npm i -g @botmaker.org/botmaker-cli
bmc
in the console and configure it following the setup steps.bmc -help
to view the available commands.If you encounter any issues on Windows, try the following:
npm install --global windows-build-tools
in Windows PowerShell as Administrator.C:\Users\YOUR_USER\.windows-build-tools\python27\python.exe
bmc
in the console and configure it following the setup steps.Run PowerShell as Administrator and execute:Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Remember to visit our Help Center for further information.