Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jameslnewell/workspace-utilities
Utilities for finding and filtering yarn/pnpm/npm workspaces.
https://github.com/jameslnewell/workspace-utilities
npm workspaces yarn
Last synced: 8 days ago
JSON representation
Utilities for finding and filtering yarn/pnpm/npm workspaces.
- Host: GitHub
- URL: https://github.com/jameslnewell/workspace-utilities
- Owner: jameslnewell
- Created: 2022-04-20T16:52:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-07T13:54:06.000Z (over 2 years ago)
- Last Synced: 2024-10-12T03:18:31.552Z (about 1 month ago)
- Topics: npm, workspaces, yarn
- Language: TypeScript
- Homepage:
- Size: 58.5 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# utilities
![checks](https://github.com/jameslnewell/workspace-utilities/actions/workflows/checks.yml/badge.svg) ![release](https://github.com/jameslnewell/workspace-utilities/actions/workflows/release.yml/badge.svg)
## Packages
- [`@jameslnewell/git-utilities`](./packages/git-utilities)
- [`@jameslnewell/workspace-utilities`](./packages/workspace-utilities)## Contributing
### Installation
```bash
pnpm install
```### Development
```bash
pnpm run develop
```