@rnx-kit/tools-workspaces
v0.2.0
Published
A collection of tools for working with workspaces
Downloads
145,350
Keywords
Readme
@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. |