rnx-kit/packages/tools-workspaces
renovate[bot] 57013d2191
fix(deps): update eslint (major) (#3394)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
2024-10-17 14:41:52 +00:00
..
src test: migrate some tests to Node test runner (#3245) 2024-07-27 10:03:40 +02:00
test test: migrate some tests to Node test runner (#3245) 2024-07-27 10:03:40 +02:00
CHANGELOG.md RELEASING: Releasing 44 package(s) (#3342) 2024-09-11 08:59:50 +02:00
README.md fix(metro-config): remove unused dependencies (#2770) 2023-10-26 17:22:30 +02:00
eslint.config.js chore: migrate to ESLint flat config (#2782) 2023-11-03 14:02:18 +01:00
package.json fix(deps): update eslint (major) (#3394) 2024-10-17 14:41:52 +00:00
tsconfig.json feat(tsconfig): base TypeScript configs for working with Node (#2886) 2023-12-18 12:05:07 +01:00

README.md

@rnx-kit/tools-workspaces

Build npm version

@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.