0.4.2 • Published 8 years ago

btc-models v0.4.2

Weekly downloads
3
License
AGPL-3.0
Repository
github
Last release
8 years ago

btc-models

Shared models and validation for the Bicycle Touring Companion

Build
Status Coverage
Status Dependency
Status License: AGPL
v3

How to link in developement

  1. To test a working version of the btc-models, run npm link in the root folder of this repo.
  2. Build changes in src by running npm run build
  3. Then in any other repo you wish to test btc-models (like btc-app, btc-server, etc...) run npm link btc-models. That's it! To find more info check out the npm-link documents https://docs.npmjs.com/cli/link

How to test

  1. Make sure NODE_ENV is set to test
  2. run npm run build
  3. run npm run test