mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-10-08 15:29:30 +02:00
docs: readme
This commit is contained in:
@@ -113,11 +113,17 @@ npm run dev
|
|||||||
|
|
||||||
### Create a new tool
|
### 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
|
```bash
|
||||||
npm run script:create:tool my-tool-name folder1/folder2 # npm run script:create:tool compress image/png
|
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
|
### Run tests
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user