dependent-build
v0.1.6
Published
Trigger dependent build by configuration.
Downloads
83
Readme
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.
Why
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!
How
- Install dependent-build from NPM.
- Add
dependent-build.yml
configuration file at the root folder. - 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.
License
MIT License.