monorepo gui tool
npm install monorepotimeInstall as a dev dependency in your project:
``bash`
npm install -D monorepotime
Then initialize it in your project:
`bash`
npx monorepotime init
This will add the following script to your package.json:
`json`
{
"packageManager": "npm@
"scripts": {
"monorepotime": "monorepotime"
}
}
Now you can run it with:
`bash``
npm run monorepotime
This will:
1. Start a local server.
2. Open the dashboard in your default browser.
3. Allow you to interact with your workspaces immediately.
ISC © Anghelo Amir