# wiredeps **Repository Path**: mirrors_bpmn-io/wiredeps ## Basic Information - **Project Name**: wiredeps - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2025-11-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wiredeps Correctly build feature branches with snapshot dependencies across projects. ## How it works [wiredeps](https://github.com/nikku/wiredeps) generates a [shrinkwrap configuration file](https://docs.npmjs.com/cli/shrinkwrap) based on an existing `.wiredeps` configuration. See [this example project](https://github.com/nikku/wiredeps/blob/master/example/) to learn more. ## Integrate with Travis On [travis-ci](https://travis-ci.com) 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