mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-10-03 12:59:29 +02:00
docs: readme
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user