Trigger dependent build by configuration.
npm install dependent-build



Trigger dependent build by configuration.
Waning: This project is in very early stage. The configuration format and APIs may change in the future. I have a list of features in backlog. If you want to help or have any ideas, please open an issue.
We want small repos but also want to ensure changing one project does not break the dependent projects. Here does dependent-build come to rescue!
1. Install dependent-build from NPM.
1. Add dependent-build.yml configuration file at the root folder.
2. Add dependent-build command in the CI build scripts.
Note: It only supports node version >= 4. If you run matrix with node version < 4, check node-version-check.
MIT License.