JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 34
  • Score
    100M100P100Q68743F
  • License ISC

monorepo gui tool

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 monorepotime

Then initialize it in your project:

npx monorepotime init

This 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 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.

License

ISC © Anghelo Amir