wiredeps

Wire snapshot dependencies in projects for continuous integration builds

Usage no npm install needed!

<script type="module">
  import wiredeps from 'https://cdn.skypack.dev/wiredeps';
</script>

README

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