Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andersnm/blerf
Build tool for Node monorepos working alongside npm
https://github.com/andersnm/blerf
build-tool monorepo nodejs npm
Last synced: about 22 hours ago
JSON representation
Build tool for Node monorepos working alongside npm
- Host: GitHub
- URL: https://github.com/andersnm/blerf
- Owner: andersnm
- License: mit
- Created: 2019-04-20T07:12:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-17T12:32:06.000Z (about 2 years ago)
- Last Synced: 2023-04-10T17:12:25.100Z (over 1 year ago)
- Topics: build-tool, monorepo, nodejs, npm
- Language: TypeScript
- Size: 58.6 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# blerf
Monorepo for blerf, a monorepo tool.
See [packages/blerf](packages/blerf)
[![Build status](https://ci.appveyor.com/api/projects/status/ivy1wa5f6dsmdmym?svg=true)](https://ci.appveyor.com/project/andersnm/blerf)
## Building the source code
Check out and bootstrap the monorepo:
```bash
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`:
```bash
npm run build
```If for some reason blerf cannot build itself, use `npm install` from the root to build blerf without blerf.