bilt
bilt copied to clipboard
A build tool for NPM monorepos
TIf there is a package named `@bilt/npm-next-version`, then `biltn next-ver` will return `@bilt/npm-next-version`. If not unique name, error. This is useful in situations where you want to do things like...
Nice feature that generates a PNG or SVG (or HTML) of the dependnecy graph of the monorepo. Something like `bilt graph` for a dependency graph of all packages or `bilt...
When doing a `git pull` (in the end) and there is a merge conflict in a package, gracefully manage that by somehow not pushing the change for that package, but...
There is a convention in CI where if you write "[skip ci]" in the commit, then the CI shouldn't run because it's a commit that doesn't really need a build....
`bilt` assumes that cycles represented as `['A', 'B', 'C']` are the simple case of `A-->B-->C-->A` (cyclic) and tried to break the cycle by always removing the edge between `A` and...