You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new tool
To create a new tool, there is a script that generate the boilerplate of the new tool, simply run:
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.
What happened?
i don't know how to add a tool to category. i already update in src/tools and index.ts
System information
run on dockerfile, centos7
Where did you encounter the bug?
Public app (it-tools.tech)
The text was updated successfully, but these errors were encountered:
Describe the bug
Create a new tool
To create a new tool, there is a script that generate the boilerplate of the new tool, simply run:
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.
What happened?
i don't know how to add a tool to category. i already update in src/tools and index.ts
System information
run on dockerfile, centos7
Where did you encounter the bug?
Public app (it-tools.tech)
The text was updated successfully, but these errors were encountered: