complete-ts/get-package-names
Gets the packages inside of a monorepo with optional filters
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| script-name | The name of a "package.json" script. If specified, only monorepo packages that contain a script with the specified name will be returned. | no | "" |
Outputs
| name | description |
|---|---|
| package-names | The names of the directories that were found in the monorepo "packages" directory. For example: ["foo", "bar"] |