JS Monorepo Workspace Tools
Перейти к файлу
Ria Nicole Carmin 0d9b3bd5c0
Adds npm 7 package-lock.json parser (#82)
* Adds npm 7 package-lock.json parcer

* Adds a check for unsupported package-lock version

* Updates error message

* Adds tests for parseLockFile with npm 7 workspaces

* Updates README with npm workspaces

* Style cleanup

* Changes the error message language

* Rewrites types in a different style

* Change files

* Adds changelog file.

Co-authored-by: Ria Carmin <riacarmin@microsoft.com>
2021-12-02 09:10:14 -08:00
.github/workflows Fixes checkchange to actually fail the build (#49) 2021-04-23 16:34:31 -07:00
change Adds npm 7 package-lock.json parser (#82) 2021-12-02 09:10:14 -08:00
src Adds npm 7 package-lock.json parser (#82) 2021-12-02 09:10:14 -08:00
.gitignore adding a whole lot of workspace libraries into this repo 2020-05-11 17:53:39 -07:00
.npmignore adding a whole lot of workspace libraries into this repo 2020-05-11 17:53:39 -07:00
.prettierrc Adding more git functions to match what is used inside beachball (#29) 2021-02-16 14:40:27 -08:00
CHANGELOG.json applying package updates 2021-10-21 20:01:33 +00:00
CHANGELOG.md applying package updates 2021-06-03 20:23:22 +00:00
CODE_OF_CONDUCT.md adding MS stuff 2020-05-22 15:13:43 -07:00
LICENSE adding MS stuff 2020-05-22 15:13:43 -07:00
README.md Adds npm 7 package-lock.json parser (#82) 2021-12-02 09:10:14 -08:00
SECURITY.md adding MS stuff 2020-05-22 15:13:43 -07:00
beachball.config.js Update beachball and add ignorePatterns (#81) 2021-10-21 13:00:48 -07:00
jest.config.js Test bugfixes 2020-05-15 16:54:11 +02:00
package.json Update beachball and add ignorePatterns (#81) 2021-10-21 13:00:48 -07:00
tsconfig.json making tsconfig more specific in what it compiles 2020-05-15 10:52:30 -07:00
yarn.lock Bump tmpl from 1.0.4 to 1.0.5 (#73) 2021-10-21 13:07:15 -07:00

README.md

workspace-tools

A collection of tools that are useful in a git-controlled monorepo that is managed by one of these software:

  • lerna
  • npm workspaces
  • pnpm workspaces
  • rush
  • yarn workspaces

Environment Variables

GIT_MAX_BUFFER: git operation maxBuffer

Override this value with "GIT_MAX_BUFFER" environment variable. By default, it is using 500MB (as opposed to the default node.js maxBuffer of 1MB)

PREFERRED_WORKSPACE_MANAGER

Sometimes multiple package manager files are checked in. It is necessary to hint to workspace-tools which manager is used: npm, yarn, pnpm, rush, or lerna

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.