im a core tools contributer now

no need to thank me (i'll be added to the contributers section now right?)
This commit is contained in:
Viktorashi 2024-12-24 00:05:03 +02:00 committed by GitHub
parent 08d977b8cd
commit 590591374b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -111,7 +111,7 @@ To create a new tool, there is a script that generate the boilerplate of the new
pnpm run script:create: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. It will create a directory in `src/tools` with the correct files, and add the import in `src/tools/index.ts`. You will just need to add the imported tool in the proper category and develop the tool.
## Contributors ## Contributors