Skip to content
/ bilt Public
forked from giltayar/bilt

A build tool for NPM monorepos

License

Notifications You must be signed in to change notification settings

orgalaf/bilt

 
 

Repository files navigation

Bilt

A build tool for NPM monorepos

What is Bilt

Bilt is a CLI that builds, tests, and publishes packages in your monorepos, and does that in the proper order, according to the packages dependency graph, while guaranteeing that only those packages that were not built (and their dependents) get built.

Why Bilt

(To go directly to the meat of Bilt, read Structure of a Bilt monorepo and then go to the Usage chapter.)

Monorepos are a wonderful concept! They enable us to structure our code as a large set of loosely-coupled packages, instead of one big monolithic codebase, which is usually tightly-coupled.

But the current build tools we have for monorepos are lacking. They are either difficult to work with (Bazel), not powerful enough for big monorepos (Lerna), or can work only with specific codebases (Nx). For more, see the Alternatives section.

Bilt is designed for small and large repos, and is simple to use, assuming your monorepo is built as a series of NPM packages linked together by an NPM dependency graph.

Table of Contents

  1. Monolithic codebases vs monorepos
  2. Alternatives to Bilt
  3. Bilt concepts
  4. Structure of a Bilt monorepo
  5. Getting started
  6. How Bilt works
  7. Reference
  8. Build configurations

About

A build tool for NPM monorepos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.8%
  • TypeScript 29.3%
  • Other 1.9%