bilt icon indicating copy to clipboard operation
bilt copied to clipboard

A build tool for NPM monorepos

Results 25 bilt issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement

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....

enhancement

`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...