Skip to content

Commit

Permalink
change command
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroki0525 committed Nov 29, 2023
1 parent 722651c commit 99cb5fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ Today's My Tasks
Finally, please execute the following command.

```bash
npx --package=@dandori/cli -- dandori:miro your_tasks.txt -b your_miro_board_id
yarn dlx -p @dandori/cli dandori:miro your_tasks.txt -b your_miro_board_id
pnpm --package=@dandori/cli dlx dandori:miro your_tasks.txt -b your_miro_board_id
npx --package=@dandori/cli -- dandori-miro your_tasks.txt -b your_miro_board_id
yarn dlx -p @dandori/cli dandori-miro your_tasks.txt -b your_miro_board_id
pnpm --package=@dandori/cli dlx dandori-miro your_tasks.txt -b your_miro_board_id
```

## Requirements
Expand All @@ -41,7 +41,7 @@ pnpm --package=@dandori/cli dlx dandori:miro your_tasks.txt -b your_miro_board_i
This command is to execute `generateDandoriTasks` of `@dandori/core`.

```bash
% pnpm --package=@dandori/cli dlx dandori:core -h
% pnpm --package=@dandori/cli dlx dandori-core -h
Options:
-V, --version output the version number
-e, --env-file <env-file> env file path
Expand All @@ -55,7 +55,7 @@ Options:
This command is to execute `generateDandoriMiroCards` of `@dandori/ui`.

```bash
% pnpm --package=@dandori/cli dlx dandori:miro -h
% pnpm --package=@dandori/cli dlx dandori-miro -h

Options:
-V, --version output the version number
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"dev:miro": "tsx src/miro/cli.ts tmp/tmp.txt -b uXjVMnCQ-0g="
},
"bin": {
"dandori:core": "./dist/core/cli.js",
"dandori:miro": "./dist/miro/cli.js"
"dandori-core": "./dist/core/cli.js",
"dandori-miro": "./dist/miro/cli.js"
},
"keywords": [],
"author": "Hiroki Miyaji",
Expand Down

0 comments on commit 99cb5fd

Please sign in to comment.