mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-08 09:45:34 +05:30
docs: readme
This commit is contained in:
parent
629c1f256e
commit
a93ef11acb
1 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue