Package Exports
- monorepotime
- monorepotime/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (monorepotime) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Monorepo Time
Monorepo Time provides a modern, interactive web interface to manage, visualize, and control your monorepo workspaces. Stop wrestling with endless terminal tabs and get a clear overview of your project structure, scripts, and build tasks.
Installation
Install as a dev dependency in your project:
npm install -D monorepotimeThen initialize it in your project:
npx monorepotime initThis will add the following script to your package.json:
{
"packageManager": "npm@<the version of you package manager>",
"scripts": {
"monorepotime": "monorepotime"
}
}Now you can run it with:
npm run monorepotimeThis will:
- Start a local server.
- Open the dashboard in your default browser.
- Allow you to interact with your workspaces immediately.
License
ISC © Anghelo Amir