From 0444a4d404f13cae02d81ceb951203890d66d699 Mon Sep 17 00:00:00 2001 From: Joe Pea Date: Thu, 8 Feb 2018 01:51:20 -0800 Subject: [PATCH] Add a hint about use with monorepos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4746ba5..5ad9885 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Builder ======= Builder takes your `npm` tasks and makes them composable, controllable from -a single point, and flexible. +a single point, and flexible. This is great for "monorepos". `npm` is fantastic for controlling tasks (via `scripts`) and general project workflows. But a project-specific `package.json` simply doesn't scale when