docs: readme

This commit is contained in:
Ibrahima G. Coulibaly
2025-04-02 04:55:07 +00:00
parent 629c1f256e
commit a93ef11acb

View File

@@ -113,11 +113,17 @@ npm run dev
### Create a new tool
```bash
npm run script:create:tool my-tool-name folder1 # npm run script:create:tool split pdf
```
For tools located under multiple nested directories, use:
```bash
npm run script:create:tool my-tool-name folder1/folder2 # npm run script:create:tool compress image/png
```
Use `folder1\folder2` on Windows
Use `folder1\folder2` on Windows.
### Run tests