Skip to content

Commit

Permalink
fix(doc): updated create new tool command in readme (CorentinTh#762)
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicnessTwo authored Nov 22, 2023
1 parent 2e56641 commit 7a70dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ pnpm lint
To create a new tool, there is a script that generate the boilerplate of the new tool, simply run:

```sh
pnpm run script:create-new-tool my-tool-name
pnpm run script:create:tool my-tool-name
```

It will create a directory in `src/tools` with the correct files, and a the import in `src/tools/index.ts`. You will just need to add the imported tool in the proper category and develop the tool.
Expand Down

0 comments on commit 7a70dbb

Please sign in to comment.