Skip to content

Commit bdfc0cc

Browse files
committed
Merge branch 'dev'
2 parents 611fb14 + d827523 commit bdfc0cc

4 files changed

Lines changed: 26 additions & 50 deletions

File tree

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ Before you begin, ensure you have the following installed:
3838

3939
Install TaskMaster CLI globally on your system:
4040

41-
```bash
42-
npm install -g taskmaster-cli
41+
```text
42+
npm install -g @raja-rakoto/taskmaster-cli
4343
```
4444

4545
### Configuration
@@ -73,13 +73,17 @@ TaskMaster CLI requires API keys to communicate with various AI providers.
7373
5. **Break down main tasks into subtasks** for better granularity.
7474
6. **Manage project progress** through the interactive CLI, including CRUD operations, dependency management, complexity analysis, reporting, and more.
7575
76-
https://github.com/user-attachments/assets/f779074d-0b75-4cf2-acca-124e455ce1ed
76+
https://github.com/user-attachments/assets/685afcc9-b6c9-406c-8485-7151a27dbe35
77+
78+
https://github.com/user-attachments/assets/99d46178-a93c-441d-82e7-2ec1dd508dc5
79+
80+
https://github.com/user-attachments/assets/bf553b97-a11b-4cfc-9337-9877e954c0c7
7781
78-
https://github.com/user-attachments/assets/9bb694da-2a66-4f19-a21c-c548453a423b
82+
https://github.com/user-attachments/assets/44337fb8-a5a9-4709-9a65-1dc0bdd86181
7983
80-
https://github.com/user-attachments/assets/f6948145-c68d-4a63-9516-6c2e9198a287
84+
https://github.com/user-attachments/assets/aa7334d6-7653-476d-8b65-f222f8273845
8185
82-
https://github.com/user-attachments/assets/4415b336-7515-425d-b8c9-98873eb7408b
86+
https://github.com/user-attachments/assets/fdb884c1-1f56-468e-985b-3977158dcb9e
8387
8488
---
8589
@@ -270,9 +274,9 @@ The following scripts are available for developing the CLI itself.
270274
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.
271275
272276
The CLI can be installed using any of the following package managers according to user preference:
273-
- npm: `npm install -g taskmaster-cli`
274-
- pnpm: `pnpm install -g taskmaster-cli`
275-
- bun: `bun install -g taskmaster-cli`
277+
- npm: `npm install -g @raja-rakoto/taskmaster-cli`
278+
- pnpm: `pnpm install -g @raja-rakoto/taskmaster-cli`
279+
- bun: `bun install -g @raja-rakoto/taskmaster-cli`
276280
277281
**Important note for local registry testing:**
278282
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:

bun.lock

Lines changed: 9 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gruntfile.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @description: gruntfile for taskmaster-cli
2+
* @description: gruntfile for @raja-rakoto/taskmaster-cli
33
* @requires: grunt | load-grunt-tasks | grunt-contrib-compress | grunt-shell
44
*/
55
module.exports = (grunt) => {

0 commit comments

Comments
 (0)