A cross platform SDK for como backend API.
- To run this project source code locally make sure you're running node 8.x.x or later.
- To run the project example -
node ${workspaceFolder}/test.js
. - To run all unit tests run -
npm test
. - To publish a new version to npm -
npm publish
. Make sure to increment the package version in${workspaceFolder}/package.json
.
Development in vscode
- The configuration is set in
${workspaceFolder}/.vscode/launch.json
- Use
Launch Program
pre-defined configuration to run.