0.1.29 • Published 8 years ago
robbie-sdk v0.1.29
Robbie Visio SDK
Installation
Install project dependencies:
npm install
pip install -r requirements.txtDevelopment
Compile Robbie Visio SDK
npm compile:developmentRun tests
This will run tests and also check if eslint rules were followed.
npm run testMaybe you want to TDD the sh*t out of the project, so you can use the watcher.
npm run test:watchProduction
Compile library
npm compile:productionPublish SDK to npm
This command will run tests, bundle the library and publish it in npm servers.
npm publishTo update the version, use npm semver command
npm version [major|minor|patch]