-
-
Save Craignewkirk/34558c89659810cc84eb5e392d3102a8 to your computer and use it in GitHub Desktop.
Revisions
-
morewry revised this gist
Jun 2, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ### For Web Client /Front End Projects ##### (That Probably Use HTML, CSS, and JS) I made a list of 20 things I might want out of a monorepo tool for a Design System to use as a basis for comparing some of the options including [Lerna](https://lernajs.io/), [Northbrook](https://github.com/northbrookjs/northbrook), and [Rush](https://aka.ms/rush). :warning: Northbrook's author says the [project is pretty dead and now uses Lerna](https://twitter.com/TylorS167/status/880763832695746560). -
morewry revised this gist
Jun 2, 2018 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,6 @@ # Mono Repository Tool Comparison ### For Web Client /Front End Projects ##### (That Probably Use HTML, CSS, and JS) I made a list of 20 things I might want out of a monorepo tool to use as a basis for comparing some of the options including [Lerna](https://lernajs.io/), [Northbrook](https://github.com/northbrookjs/northbrook), and [Rush](https://aka.ms/rush). -
morewry revised this gist
Jun 2, 2018 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -47,8 +47,9 @@ Research was done using the documentation, googling for articles, checking out i - ✅ Distribute one, some, or all modules > Has both fixed and independent options. > With e.g. `lerna publish` will distribute any with changes > Kinda can with e.g. `lerna publish --force-publish=moduleOne,moduleTwo` > Beware issues with `--scope` and `--ignore`! See [#1055](https://github.com/lerna/lerna/issues/1055) and [#1384](https://github.com/lerna/lerna/issues/1384). > Isn't actually effective, the way I mean it. - ✅ Distribute arbitrary bundles > With e.g. `lerna publish --force-publish=bundleOne` -
morewry revised this gist
Jun 2, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -30,7 +30,7 @@ I made a list of 20 things I might want out of a monorepo tool to use as a basis ## Tools Research was done using the documentation, googling for articles, checking out issues, and a little poking around on basic demo repos. I haven't used any of these tools extensively yet or done more than glance at their source code, so if you see anything I have wrong, please let me know. Tools included are Lerna, Northbrook, and Rush. ### Lerna -
morewry revised this gist
May 23, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -313,4 +313,4 @@ At first, I thought I'd end up favoring Rush because of how well their doc expla Finally, here's a presentation I gave on how I'm using Lerna monorepos for Design Systems. [](https://docs.google.com/presentation/d/e/2PACX-1vSjH9LUuKJ0ebRdEQhKESDMyYjJEBD1ROcncRGYjMQWQvUiwzG_yzdYaeG6AbxgvhRYXBgMibCmgncS/pub) -
morewry revised this gist
May 23, 2018 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -310,3 +310,7 @@ At first, I thought I'd end up favoring Rush because of how well their doc expla - https://github.com/boennemann/alle - https://gist.github.com/nolanlawson/457cdb309c9ec5b39f0d420266a9faa4 - https://github.com/boltpkg/bolt Finally, here's a presentation I gave on how I'm using Lerna monorepos for Design Systems. [![]()](https://docs.google.com/presentation/d/e/2PACX-1vSjH9LUuKJ0ebRdEQhKESDMyYjJEBD1ROcncRGYjMQWQvUiwzG_yzdYaeG6AbxgvhRYXBgMibCmgncS/pub) -
morewry revised this gist
May 23, 2018 . 1 changed file with 8 additions and 7 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -302,10 +302,11 @@ At first, I thought I'd end up favoring Rush because of how well their doc expla ## Related - https://www.npmjs.com/package/zelda - https://github.com/whoeverest/wsrun - https://github.com/JamieMason/syncpack - https://github.com/guigrpa/oao - https://yarnpkg.com/blog/2017/08/02/introducing-workspaces/ - https://github.com/boennemann/alle - https://gist.github.com/nolanlawson/457cdb309c9ec5b39f0d420266a9faa4 - https://github.com/boltpkg/bolt -
morewry revised this gist
May 23, 2018 . 1 changed file with 10 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -299,3 +299,13 @@ Northbrook's design is really appealing to me personally, but as it is mostly an **Score**: 11/20 At first, I thought I'd end up favoring Rush because of how well their doc explained the underlying functionality of `rush install`. But I couldn't find some relevant and clearly necessary-to-me docs about how `rush change` works; on the test repo I always got output that `No change file is needed.` Combined with a lack of findable posts from developers that becomes a bigger issue. Side-by-side with Lerna its appeal is mainly its use of safer linking and some of the more enterprise features. ## Related https://www.npmjs.com/package/zelda https://github.com/whoeverest/wsrun https://github.com/JamieMason/syncpack https://github.com/guigrpa/oao https://yarnpkg.com/blog/2017/08/02/introducing-workspaces/ https://github.com/boennemann/alle https://gist.github.com/nolanlawson/457cdb309c9ec5b39f0d420266a9faa4 -
morewry revised this gist
May 23, 2018 . No changes.There are no files selected for viewing
-
morewry revised this gist
May 23, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ # Mono Repository Tool Comparison ### For Web Front End Projects I made a list of 20 things I might want out of a monorepo tool to use as a basis for comparing some of the options including [Lerna](https://lernajs.io/), [Northbrook](https://github.com/northbrookjs/northbrook), and [Rush](https://aka.ms/rush). -
morewry revised this gist
May 23, 2018 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,5 @@ # Mono Repository Tool Comparison ## For Web Front End Projects I made a list of 20 things I might want out of a monorepo tool to use as a basis for comparing some of the options including [Lerna](https://lernajs.io/), [Northbrook](https://github.com/northbrookjs/northbrook), and [Rush](https://aka.ms/rush). -
morewry revised this gist
Apr 19, 2018 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -57,12 +57,12 @@ Research was done using the documentation, googling for articles, checking out i > With e.g. `lerna exec --scope moduleOne,moduleTwo -- {{whatever}}` anything - ✅ "Share" dependencies across modules safely > Almost with `lerna bootstrap --hoist`, except see [#867](https://github.com/lerna/lerna/issues/867). > Now can be assisted by Yarn Workspaces for improved sharing that is as safe as Yarn can make it. - 🔲 "Pin" common dependencies across modules > Can be used with NPM shrinkwrap, NPM lockfiles, or Yarn lockfiles. > But see issue [#377](https://github.com/lerna/lerna/issues/377) - ✅ "Link" module-to-module dependencies safely > With e.g. `lerna bootstrap` -
morewry revised this gist
Apr 19, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Research was done using the documentation, googling for articles, checking out i > Has both fixed and independent options. > With e.g. `lerna publish` will distribute any with changes > With e.g. `lerna publish --force-publish=moduleOne,moduleTwo` > Beware issues with `--scope` and `--ignore`! See [#1055](https://github.com/lerna/lerna/issues/1055) and [#1384](https://github.com/lerna/lerna/issues/1384). - ✅ Distribute arbitrary bundles > With e.g. `lerna publish --force-publish=bundleOne` -
morewry revised this gist
Apr 19, 2018 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -47,6 +47,7 @@ Research was done using the documentation, googling for articles, checking out i > Has both fixed and independent options. > With e.g. `lerna publish` will distribute any with changes > With e.g. `lerna publish --force-publish=moduleOne,moduleTwo` > Has some issues with `--scope` and `--ignore` https://github.com/lerna/lerna/issues/1055 https://github.com/lerna/lerna/issues/1384 - ✅ Distribute arbitrary bundles > With e.g. `lerna publish --force-publish=bundleOne` -
morewry revised this gist
Nov 10, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -111,7 +111,7 @@ Research was done using the documentation, googling for articles, checking out i #### Lerna Score **Score**: 18/20 Perhaps unsurprisingly, Lerna did the best at meeting the qualifications, although Northbrook has appealing simplicity and flexibility and Rush's relatively safer strategy for sharing NPM dependencies and ability to deterministically install and to pin dependencies stood out. Lerna used with Yarn and [Yarn Workspaces](https://yarnpkg.com/lang/en/docs/workspaces/) seems equal to Rush in these respects. -
morewry revised this gist
Nov 10, 2017 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -55,9 +55,9 @@ Research was done using the documentation, googling for articles, checking out i > With e.g. `lerna run {{whatever}}` NPM scripts run conditionally > With e.g. `lerna exec --scope moduleOne,moduleTwo -- {{whatever}}` anything - ✅ "Share" dependencies across modules safely > Almost with `lerna bootstrap --hoist`, except see https://github.com/lerna/lerna/issues/867. > Now can be assisted by Yarn Workspaces for improved sharing that is as safe as Yarn can make it. - 🔲 "Pin" common dependencies across modules > Can be used with NPM shrinkwrap, NPM lockfiles, or Yarn lockfiles. @@ -113,7 +113,7 @@ Research was done using the documentation, googling for articles, checking out i **Score**: 17/20 Perhaps unsurprisingly, Lerna did the best at meeting the qualifications, although Northbrook has appealing simplicity and flexibility and Rush's relatively safer strategy for sharing NPM dependencies and ability to deterministically install and to pin dependencies stood out. Lerna used with Yarn and [Yarn Workspaces](https://yarnpkg.com/lang/en/docs/workspaces/) seems equal to Rush in these respects. ### Northbrook -
morewry revised this gist
Oct 17, 2017 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -56,10 +56,11 @@ Research was done using the documentation, googling for articles, checking out i > With e.g. `lerna exec --scope moduleOne,moduleTwo -- {{whatever}}` anything - 🔲 "Share" dependencies across modules safely > Almost with `lerna bootstrap --hoist`, except see https://github.com/lerna/lerna/issues/867. > Can be assisted by Yarn workspaces for improved sharing! - 🔲 "Pin" common dependencies across modules > Can be used with NPM shrinkwrap, NPM lockfiles, or Yarn lockfiles. > But see https://github.com/lerna/lerna/issues/377 - ✅ "Link" module-to-module dependencies safely -
morewry revised this gist
Aug 10, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -209,7 +209,7 @@ Northbrook's design is really appealing to me personally, but as it is mostly an #### Rush Qualifications - 🔲 Supports both NPM and Yarn > NPM only for now, though it's worth noting that Rush claims to be able to deterministically install NPM dependencies, which is one of Yarn's major benefits. - ✅ Build one, some, or all modules > User defines NPM `test` script, Rush assumes it builds and tests. -
morewry revised this gist
Aug 10, 2017 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -202,6 +202,8 @@ Perhaps unsurprisingly, Lerna did the best at meeting the qualifications, althou Northbrook's design is really appealing to me personally, but as it is mostly an orchestrator of plugins and I'd rather use Semantic Release and Commitizen directly for functionality like `nb release` and `nb commit` the appeal over Gulp is mostly in `nb exec` and `nb link`. Its relatively lower profile in the community in comparison to Lerna is also, unfortunately, persuasive. :warning: Northbrook's author says the [project is pretty dead and now uses Lerna](https://twitter.com/TylorS167/status/880763832695746560). ### Rush #### Rush Qualifications -
morewry revised this gist
Jun 30, 2017 . 1 changed file with 60 additions and 60 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -35,68 +35,68 @@ Research was done using the documentation, googling for articles, checking out i #### Lerna Qualifications - ✅ Supports both NPM and Yarn - ✅ Build one, some, or all modules > With e.g. `lerna run build` or `lerna exec --scope moduleOne -- gulp build` - ✅ Test one, some, or all modules > With e.g. `lerna run test` or `lerna exec --scope moduleOne -- gulp test` - ✅ Distribute one, some, or all modules > Has both fixed and independent options. > With e.g. `lerna publish` will distribute any with changes > With e.g. `lerna publish --force-publish=moduleOne,moduleTwo` - ✅ Distribute arbitrary bundles > With e.g. `lerna publish --force-publish=bundleOne` - ✅ Run arbitrary commands and tasks for one, some, or all modules > With e.g. `lerna run {{whatever}}` NPM scripts run conditionally > With e.g. `lerna exec --scope moduleOne,moduleTwo -- {{whatever}}` anything - 🔲 "Share" dependencies across modules safely > Almost with `lerna bootstrap --hoist`, except see https://github.com/lerna/lerna/issues/867 - 🔲 "Pin" common dependencies across modules > Maybe able to use normal NPM install with shrinkwrap/package-lock or Yarn? > But see https://github.com/lerna/lerna/issues/377 - ✅ "Link" module-to-module dependencies safely > With e.g. `lerna bootstrap` - ✅ Install unique dependencies for individual modules > With e.g. `lerna bootstrap` - ✅ Distribute to a pre-release channel > With e.g. `lerna publish --canary` - ✅ Parallelization of tasks > Has relevant options including `--stream`, `--parallel`, and `--concurrency` - ✅ Support changelog generation > With e.g. `lerna publish --conventional-commits` or `lerna run` or `lerna exec` - ✅ Support documentation generation > With e.g. `lerna run docs` or `lerna exec -- gulp docs` - ✅ Support UI style guide generation > With e.g. `lerna run styleguide` or `lerna exec -- gulp styleguide` - ✅ Ability to use Semantic Release in distribution > https://github.com/atlassian/lerna-semantic-release - ✅ Ability to use Commitizen in development > https://github.com/atlassian/lerna-semantic-release - 🔲 Ability to use Greenkeeper for dependencies > Only for top level `package.json`, not individual modules. > But note this may more appropriately be a feature for Greenkeeper to support. - ✅ Sufficiently documented > Good documentation for getting started and a little beyond, not _great_ yet - ✅ Community Activity > Some community posts, active on GitHub #### Lerna Notes @@ -120,71 +120,71 @@ Perhaps unsurprisingly, Lerna did the best at meeting the qualifications, althou #### Northbrook Qualifications - ✅ Supports both NPM and Yarn - ✅ Build one, some, or all modules > With e.g. `nb --only moduleOne,moduleTwo exec -- npm run build` - ✅ Test one, some, or all modules > With e.g. `nb --only moduleOne,moduleTwo exec -- npm run test` - ✅ Distribute one, some, or all modules > Seems to have both fixed and independent options. > With e.g. `--comver` is default, independent presumably via `--semver` > With e.g. `nb release --only moduleOne,moduleTwo` also supports detecting changes. - ✅ Distribute arbitrary bundles > With e.g. `nb release --only=bundleOne` - ✅ Run arbitrary commands and tasks for one, some, or all modules > With e.g. `nb --only moduleOne,moduleTwo exec -- {{whatever}}` - 🔲 "Share" dependencies across modules safely > Supported with package.json in root and plugin system. > Result should be similar to Lerna, however. - ✅ "Pin" common dependencies across modules > Can use normal NPM install with shrinkwrap/package-lock or Yarn. - ✅ "Link" module-to-module dependencies safely > With e.g. `nb link` - ✅ Install unique dependencies for individual modules > With e.g. `nb exec -- npm install` - 🔲 Distribute to a pre-release channel > Possibly as arbitrary command, otherwise appears unsupported. - 🔲 Parallelization of tasks > Not mentioned anywhere, so appears unsupported. - ✅ Support changelog generation > Users can generate from `nb commit` format, write custom plugins, etc. - ✅ Support documentation generation > With e.g. `nb exec -- npm run docs` or write a plugin. - ✅ Support UI style guide generation > With e.g. `nb exec -- npm run styleguide` or write a plugin. - ✅ Ability to use Semantic Release in distribution > Doesn't appear to be any existing integration, could write a plugin. > Unclear if you could replace `nb release`. - ✅ Ability to use Commitizen in development > Doesn't appear to be any existing integration, could write a plugin (or just use alongside?). > Unclear if you could replace `nb commit`. > Unclear how a non-conventional commit format would impact `nb release`. > But it passes because it does support plugins and by-module tasks, meaning tooling around the related areas will be easier. - 🔲 Ability to use Greenkeeper for dependencies > Only for top level `package.json`, not individual modules. > But note this may more appropriately be a feature for Greenkeeper to support. - 🔲 Sufficiently documented > Enough documentation for basics, but not quite good yet. - 🔲 Community Activity > No community posts found, some activity on GitHub. #### Northbrook Notes @@ -206,78 +206,78 @@ Northbrook's design is really appealing to me personally, but as it is mostly an #### Rush Qualifications - 🔲 Supports both NPM and Yarn > NPM only for now - ✅ Build one, some, or all modules > User defines NPM `test` script, Rush assumes it builds and tests. > With e.g. `rush rebuild --to moduleOne --to moduleTwo` - ✅ Test one, some, or all modules > User defines NPM `test` script, Rush assumes it builds and tests. > With e.g. `rush rebuild --to moduleOne --to moduleTwo` - ✅ Distribute one, some, or all modules > Change detection based with `rush change` and `rush publish`. > Unclear if able to force changes. > Maybe always using `rush publish --include-all` could simulate fixed versioning? - ✅ Distribute arbitrary bundles > Probably, with a `bundleOne` module and above. - 🔲 Run arbitrary commands and tasks for one, some, or all modules > Can still set up tooling and run commands normally, but doesn't assist with by-module tasks. - ✅ "Share" dependencies across modules safely > Supported with implicit pinning during `rush install`. > Unclear if or how a root `package.json` is handled. - ✅ "Pin" common dependencies across modules > With `rush generate` it makes installs deterministic. > Also has a manual pinning option. - ✅ "Link" module-to-module dependencies safely > With e.g. `rush link` - ✅ Install unique dependencies for individual modules > Happens during `rush install`. - ✅ Distribute to a pre-release channel > At minimum, can make pre-release versions with `--prerelease-name` flag. - ✅ Parallelization of tasks > Supported and has `--parallelism` flag. > Also does subset builds, provides incremental through optional Gulp integration. - ✅ Support changelog generation > It appears so, how is unclear; seems to have to do with `rush change`. > Then `rush publish` will automatically generate one according to docs. - 🔲 Support documentation generation > It appears it might have an "AEDoc" (API Extractor) integration. > But would have to set up custom in project root, and Rush doesn't assist with by-module tasks. - 🔲 Support UI style guide generation > Would have to set up custom in project root, and Rush doesn't assist with by-module tasks. - 🔲 Ability to use Semantic Release in distribution > Would have to set up custom in project root, and Rush doesn't assist with by-module tasks. > Also unclear if you could replace `rush publish`. - 🔲 Ability to use Commitizen in development > Doesn't appear to be any existing integration, could just use alongside? > Not marking because it's unclear if it's possible to integrate with `rush publish` changelog, which would add complication since Rush doesn't assist with by-module tasks. - 🔲 Ability to use Greenkeeper for dependencies > Not checked because it's unclear if or how a root `package.json` is handled. > As with the others, can't use for individual modules. > But note this aspect may more appropriately be a feature for Greenkeeper to support. - 🔲 Sufficiently documented > Okay documentation, have to fill in with CLI `-h`. > Missing some critical parts about `rush change`, etc. - 🔲 Community Activity > No community posts found, some activity on GitHub #### Rush Notes -
morewry revised this gist
Jun 30, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -206,7 +206,7 @@ Northbrook's design is really appealing to me personally, but as it is mostly an #### Rush Qualifications - [ ] Supports both NPM and Yarn > NPM only for now - [x] Build one, some, or all modules -
morewry revised this gist
Jun 30, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -206,7 +206,7 @@ Northbrook's design is really appealing to me personally, but as it is mostly an #### Rush Qualifications - [x] Supports both NPM and Yarn > NPM only for now - [x] Build one, some, or all modules -
morewry revised this gist
Jun 30, 2017 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -116,6 +116,8 @@ Perhaps unsurprisingly, Lerna did the best at meeting the qualifications, althou ### Northbrook :warning: Northbrook's author says the [project is pretty dead and now uses Lerna](https://twitter.com/TylorS167/status/880763832695746560). #### Northbrook Qualifications - [x] Supports both NPM and Yarn -
morewry revised this gist
Jun 30, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ I made a list of 20 things I might want out of a monorepo tool to use as a basis for comparing some of the options including [Lerna](https://lernajs.io/), [Northbrook](https://github.com/northbrookjs/northbrook), and [Rush](https://aka.ms/rush). :warning: Northbrook's author says the [project is pretty dead and now uses Lerna](https://twitter.com/TylorS167/status/880763832695746560). ## Qualifications Wanted -
morewry revised this gist
Jun 30, 2017 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,8 @@ # Mono Repository Tool Comparison I made a list of 20 things I might want out of a monorepo tool to use as a basis for comparing some of the options including [Lerna](https://lernajs.io/), [Northbrook](https://github.com/northbrookjs/northbrook), and [Rush](https://aka.ms/rush). :warning: ## Qualifications Wanted -
morewry revised this gist
Jun 30, 2017 . 1 changed file with 4 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -135,10 +135,9 @@ Perhaps unsurprisingly, Lerna did the best at meeting the qualifications, althou - [x] Run arbitrary commands and tasks for one, some, or all modules > With e.g. `nb --only moduleOne,moduleTwo exec -- {{whatever}}` - [ ] "Share" dependencies across modules safely > Supported with package.json in root and plugin system. > Result should be similar to Lerna, however. - [x] "Pin" common dependencies across modules > Can use normal NPM install with shrinkwrap/package-lock or Yarn. @@ -195,7 +194,7 @@ Perhaps unsurprisingly, Lerna did the best at meeting the qualifications, althou #### Northbrook Score **Score**: 14/20 Northbrook's design is really appealing to me personally, but as it is mostly an orchestrator of plugins and I'd rather use Semantic Release and Commitizen directly for functionality like `nb release` and `nb commit` the appeal over Gulp is mostly in `nb exec` and `nb link`. Its relatively lower profile in the community in comparison to Lerna is also, unfortunately, persuasive. -
morewry revised this gist
Jun 29, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -20,7 +20,7 @@ I made a list of 20 things I might want out of a monorepo tool to use as a basis - **Support documentation generation**: See if there's any specific features, otherwise overlaps with arbitrary commands. - **Support UI style guide generation**: See if there's any specific features, otherwise overlaps with arbitrary commands. - **Ability to use Semantic Release in distribution**: The tool's release feature may fill need, but options are good. - **Ability to use Commitizen in development**: The tool may have a feature that fills a similar need, but options are good. - **Ability to use Greenkeeper for dependencies**: Support for multiple `package.json` may be more a feature for Greenkeeper, but want to make a note. - **Sufficiently documented**: Is there enough to get started and to go deeper as use evolves? - **Community Activity**: Are other developers posting about it? What's the GitHub activity like? -
morewry revised this gist
Jun 29, 2017 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -266,9 +266,9 @@ Northbrook's design is really appealing to me personally, but as it is mostly an > Not marking because it's unclear if it's possible to integrate with `rush publish` changelog, which would add complication since Rush doesn't assist with by-module tasks. - [ ] Ability to use Greenkeeper for dependencies > Not checked because it's unclear if or how a root `package.json` is handled. > As with the others, can't use for individual modules. > But note this aspect may more appropriately be a feature for Greenkeeper to support. - [ ] Sufficiently documented > Okay documentation, have to fill in with CLI `-h`. @@ -290,4 +290,4 @@ Northbrook's design is really appealing to me personally, but as it is mostly an **Score**: 11/20 At first, I thought I'd end up favoring Rush because of how well their doc explained the underlying functionality of `rush install`. But I couldn't find some relevant and clearly necessary-to-me docs about how `rush change` works; on the test repo I always got output that `No change file is needed.` Combined with a lack of findable posts from developers that becomes a bigger issue. Side-by-side with Lerna its appeal is mainly its use of safer linking and some of the more enterprise features. -
morewry revised this gist
Jun 29, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -206,7 +206,7 @@ Northbrook's design is really appealing to me personally, but as it is mostly an - [ ] Supports both NPM and Yarn > NPM only for now - [x] Build one, some, or all modules > User defines NPM `test` script, Rush assumes it builds and tests. > With e.g. `rush rebuild --to moduleOne --to moduleTwo` -
morewry revised this gist
Jun 29, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -206,7 +206,7 @@ Northbrook's design is really appealing to me personally, but as it is mostly an - [ ] Supports both NPM and Yarn > NPM only for now - [ ] Build one, some, or all modules > User defines NPM `test` script, Rush assumes it builds and tests. > With e.g. `rush rebuild --to moduleOne --to moduleTwo`
NewerOlder