https://github.com/jspears/mrbuilder-old
Mono Repo Builder
https://github.com/jspears/mrbuilder-old
Last synced: 3 months ago
JSON representation
Mono Repo Builder
- Host: GitHub
- URL: https://github.com/jspears/mrbuilder-old
- Owner: jspears
- Created: 2017-12-04T19:43:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-09T00:58:32.000Z (over 7 years ago)
- Last Synced: 2025-01-08T06:35:16.891Z (5 months ago)
- Language: JavaScript
- Size: 828 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
mrbuilder - Mono Repo Builder
===
A tool for developing javascript in monorepos.[](https://lernajs.io/)
*** Placeholder Use at own risk -- Under development***
## What is it
Its a set of configurable tools, that are coordinated through one options manager.
This manager (mrbuilder-optionsmanager) tries to pull out all of settings
from the env, arguments, and configuration to create a list of all configured plugin.The tool then can be fed into other things like babel or webpack, so that
they can be configured in a uniform fashion.## Getting Started
To create a project with mrbuilder```sh
$ yarn create mrbuilder-app --name your_project
```## Working in a multi-repo.
If you want to override the settings for your whole mono-repo you can create
a dev-tool that has the settings you want and then set the env
process.env.MRBUILDER_INTERNAL_PRESETS='your-build-tool'