Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webiny/monohawk
Inspect dependencies of your monorepo workspaces
https://github.com/webiny/monohawk
Last synced: 20 days ago
JSON representation
Inspect dependencies of your monorepo workspaces
- Host: GitHub
- URL: https://github.com/webiny/monohawk
- Owner: webiny
- Created: 2022-09-22T10:54:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-05T07:28:05.000Z (about 1 month ago)
- Last Synced: 2024-12-05T08:28:34.564Z (about 1 month ago)
- Language: JavaScript
- Size: 1.84 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## How to use?
1. Clone this repo
2. Install dependencies:```
yarn
```3. Run the following command to inspect your monorepo:
```bash
yarn inspect ../webiny-v5
```