зеркало из https://github.com/microsoft/rnx-kit.git
57013d2191
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com> |
||
---|---|---|
.. | ||
src | ||
test | ||
CHANGELOG.md | ||
README.md | ||
eslint.config.js | ||
package.json | ||
tsconfig.json |
README.md
@rnx-kit/tools-workspaces
@rnx-kit/tools-workspaces
is a collection of tools for working with
workspaces.
It currently supports:
Category | Function | Description |
---|---|---|
- | findWorkspacePackages() |
Returns a list of all packages declared under workspaces. |
- | findWorkspacePackagesSync() |
Returns a list of all packages declared under workspaces synchronously. |
- | findWorkspaceRoot() |
Returns the root of the workspace; undefined if not a workspace. |
- | findWorkspaceRootSync() |
Returns the root of the workspace synchronously; undefined if not a workspace. |