fix(doc): updated create new tool command in readme (#762)

This commit is contained in:
Richard "EpicKitty" Bowey 2023-11-22 19:27:46 +00:00 committed by GitHub
parent 2e56641398
commit 7a70dbbe0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.