monorepotime 1.1.18 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,41 +1,89 @@
1
- ## Monorepo Time
2
- **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.
1
+ # MonoTime
3
2
 
4
- ## Installation
3
+ [![npm version](https://badge.fury.io/js/monorepotime.svg)](https://badge.fury.io/js/monorepotime)
4
+ [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
5
5
 
6
- Install as a dev dependency in your project:
6
+ **MonoTime** is a powerful monorepo management GUI tool that 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.
7
7
 
8
+ ## Features
9
+
10
+ - **Visual Monorepo Management**: Intuitive GUI for managing multiple applications and packages
11
+ - **Template System**: Pre-built templates for common project types (React, Express, databases, tools)
12
+ - **Real-time Monitoring**: Simple live process monitoring and build status tracking
13
+ - **Docker Integration**: Simple container management and resource monitoring
14
+ - **Network Tools**: Simple tunnel management and network utilities
15
+ - **Built-in Code Editor**: Syntax highlighting and file editing capabilities
16
+ - **Terminal Integration**: Interactive terminal sessions with command history
17
+ - **API Testing**: Built-in CRUD tester for endpoint validation
18
+ - **Resource Monitoring**: CPU, memory, and process tracking
19
+ - **Modern UI**: Dark theme with responsive design using Tailwind CSS
20
+
21
+ ## Quick Start
22
+
23
+ ### Global Installation
24
+ If you have already using Turborepo, you can install Monorepotime globally:
8
25
  ```bash
9
- npm install -D monorepotime
26
+ npm install -g monorepotime
10
27
  ```
28
+ ### Running Monorepotime
11
29
 
12
- Then initialize it in your project:
30
+ Or if installed globally:
13
31
 
14
32
  ```bash
15
- npx monorepotime init
33
+ monorepotime
16
34
  ```
17
35
 
18
- This will add the following script to your `package.json`:
36
+ This will:
37
+ 1. Start a local server on port 4793 (or next available port)
38
+ 2. Open the dashboard in your default browser
39
+ 3. Allow you to interact with your workspaces immediately
19
40
 
20
- ```json
21
- {
22
- "packageManager": "npm@<the version of you package manager>",
23
- "scripts": {
24
- "monorepotime": "monorepotime"
25
- }
26
- }
27
- ```
41
+ ## Use Cases
28
42
 
29
- Now you can run it with:
43
+ ### For Development Teams
44
+ - **Project Overview**: Get a bird's-eye view of all projects in your monorepo
45
+ - **Build Management**: Monitor build processes and dependencies
46
+ - **Resource Tracking**: Keep an eye on CPU and memory usage
47
+ - **Team Collaboration**: Shared workspace for project management
30
48
 
31
- ```bash
32
- npm run monorepotime
33
- ```
49
+ ### For Solo Developers
50
+ - **Simplified Workflow**: Manage multiple projects from one interface
51
+ - **Quick Access**: Launch terminals and editors without switching contexts
52
+ - **Template Library**: Quickly scaffold new projects with best practices
53
+ - **Process Monitoring**: Track development processes without terminal clutter
34
54
 
35
- This will:
36
- 1. Start a local server.
37
- 2. Open the dashboard in your default browser.
38
- 3. Allow you to interact with your workspaces immediately.
55
+ ### For DevOps Engineers
56
+ - **Container Management**: Monitor Docker containers and resource usage
57
+ - **Network Tools**: Manage Cloudflare tunnels and network configurations
58
+ - **API Testing**: Validate endpoints with built-in CRUD tester
59
+ - **Automation**: Script and automate common development tasks
60
+
61
+ ## Configuration
62
+
63
+ MonoTime automatically detects your monorepo structure and works with:
64
+ - **Turborepo**: Native support for Turborepo configurations
65
+ - **npm workspaces**: Standard npm workspace configuration
66
+ - **Custom structures**: Flexible adaptation to various monorepo setups
67
+
68
+ ## Web Interface
69
+
70
+ The MonoTime GUI provides:
71
+
72
+ - **Dashboard**: Overview of all projects and their status
73
+ - **Workspace Management**: Individual project configuration and control
74
+ - **Terminal Access**: Integrated terminal with command history
75
+ - **File Explorer**: Navigate and edit project files
76
+ - **Process Monitor**: Real-time resource usage tracking
77
+ - **Network Tools**: Docker and network utility management
78
+ - **Template Gallery**: Browse and apply project templates
79
+
80
+ ## Distribution
81
+
82
+ MonoTime is distributed as an npm package and includes:
83
+ - Self-contained web interface
84
+ - No external dependencies for the GUI
85
+ - Cross-platform compatibility (Windows, macOS, Linux)
86
+ - Automatic port detection and configuration
39
87
 
40
88
  ## License
41
89
 
@@ -0,0 +1 @@
1
+ []