JS Monorepo Workspace Tools
Перейти к файлу
Abdelmoumen Bouabdallah 5577a58d53
Gracefully handle not having a package.json at git root (#161)
* Gracefully handle not having a package.json at git root

* Change files

Co-authored-by: Abdelmoumen Bouabdallah <boabdelm@microsoft.com>
Co-authored-by: Elizabeth Craig <elcraig@microsoft.com>
2022-08-04 14:45:58 -07:00
.github/workflows Update repo to Node 14 (#162) 2022-08-04 14:06:50 -07:00
.vscode Configure Renovate 2022-07-21 14:57:58 -07:00
change Gracefully handle not having a package.json at git root (#161) 2022-08-04 14:45:58 -07:00
docs adding docs 2022-05-05 13:10:04 -07:00
src Gracefully handle not having a package.json at git root (#161) 2022-08-04 14:45:58 -07:00
.gitignore Exclude temp files when copying fixtures 2022-08-03 16:05:06 -07:00
.nvmrc Update repo to Node 14 (#162) 2022-08-04 14:06:50 -07:00
.prettierignore Exclude temp files when copying fixtures 2022-08-03 16:05:06 -07:00
.prettierrc.json5 Configure Renovate 2022-07-21 14:57:58 -07:00
CHANGELOG.json applying package updates 2022-08-04 08:01:48 +00:00
CHANGELOG.md applying package updates 2022-08-04 08:01:48 +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 repo to Node 14 (#162) 2022-08-04 14:06:50 -07:00
renovate.json5 Renovate: try yet another way to ignore one fixture 2022-08-04 13:19:56 -07:00
tsconfig.json Use ES2019 output (compatible with Node 14) 2022-08-04 14:40:11 -07:00
yarn.lock Update repo to Node 14 (#162) 2022-08-04 14:06:50 -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.