0.1.29 • Published 7 years ago

robbie-sdk v0.1.29

Weekly downloads
66
License
SEE LICENSE IN LI...
Repository
-
Last release
7 years ago

Robbie Visio SDK

Installation

Install project dependencies:

npm install
pip install -r requirements.txt

Development

Compile Robbie Visio SDK

npm compile:development

Run tests

This will run tests and also check if eslint rules were followed.

npm run test

Maybe you want to TDD the sh*t out of the project, so you can use the watcher.

npm run test:watch

Production

Compile library

npm compile:production

Publish SDK to npm

This command will run tests, bundle the library and publish it in npm servers.

npm publish

To update the version, use npm semver command

npm version [major|minor|patch]
0.1.29

7 years ago

0.1.28

7 years ago

0.1.27

7 years ago

0.1.26

7 years ago

0.1.25

7 years ago

0.1.24

7 years ago

0.1.23

7 years ago

0.1.22

7 years ago

0.1.21

7 years ago

0.1.20

7 years ago

0.1.19

7 years ago

0.1.17

7 years ago

0.1.16

7 years ago

0.1.14

7 years ago

0.1.13

7 years ago

0.1.12

7 years ago