0.2.0 • Published 7 years ago

wiredeps v0.2.0

Weekly downloads
7
License
MIT
Repository
github
Last release
7 years ago

wiredeps

Build Status

Correctly build feature branches with snapshot dependencies across projects.

How it works

wiredeps generates a shrinkwrap configuration file based on an existing .wiredeps configuration.

See this example project to learn more.

Integrate with Travis

On travis-ci for instance you would simply add the following to your travis.yml.

before_install:
  - npm install -g wiredeps
  - wiredeps --branch=$TRAVIS_BRANCH --tag=$TRAVIS_TAG

License

MIT