Skip to content
forked from andersnm/blerf

Build tool for Node monorepos working alongside npm

License

Notifications You must be signed in to change notification settings

neumaennl/blerf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blerf

Monorepo for blerf, a monorepo tool.

See packages/blerf

Build status

Building the source code

Check out and bootstrap the monorepo:

npm install

This installs dependencies for blerf, builds blerf, and then installs blerf in the root project.

After bootstrapping, can build again using the shorthand for ./node_modules/.bin/blerf build:

npm run build

If for some reason blerf cannot build itself, use npm install from the root to build blerf without blerf.

About

Build tool for Node monorepos working alongside npm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 94.9%
  • JavaScript 5.1%