You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-9Lines changed: 13 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,8 @@ Before you begin, ensure you have the following installed:
38
38
39
39
Install TaskMaster CLI globally on your system:
40
40
41
-
```bash
42
-
npm install -g taskmaster-cli
41
+
```text
42
+
npm install -g @raja-rakoto/taskmaster-cli
43
43
```
44
44
45
45
### Configuration
@@ -73,13 +73,17 @@ TaskMaster CLI requires API keys to communicate with various AI providers.
73
73
5. **Break down main tasks into subtasks** for better granularity.
74
74
6. **Manage project progress** through the interactive CLI, including CRUD operations, dependency management, complexity analysis, reporting, and more.
@@ -270,9 +274,9 @@ The following scripts are available for developing the CLI itself.
270
274
The build configuration uses Node.js as the target (`target: "node"`) with an appropriate shebang (`#!/usr/bin/env node`) to ensure maximum compatibility across different environments. This choice provides the best balance between performance and compatibility.
271
275
272
276
The CLI can be installed using any of the following package managers according to user preference:
When testing the CLI with Verdaccio or a local registry, you may need to clear Bun's cache directories to avoid version conflicts. Delete the following directories:
0 commit comments