32 lines
557 B
Markdown
32 lines
557 B
Markdown
# browser-scripts-builder
|
|
|
|
builder for [browser-scripts](https://git.zomo.dev/zomo/browser-scripts)
|
|
|
|
## Source File Structure
|
|
|
|
```text
|
|
Root
|
|
├───<package.json/etc>
|
|
└───scripts
|
|
└───[each script folder]
|
|
├───<tsconfig.json>
|
|
├───<other files for main.ts>
|
|
├───main.ts
|
|
└───meta.json (optional)
|
|
```
|
|
|
|
## Dist File Structure
|
|
|
|
```text
|
|
Root
|
|
├───<package.json/etc>
|
|
└───dist
|
|
└───[each script folder].user.js
|
|
```
|
|
|
|
## Command Line Options
|
|
|
|
```text
|
|
|
|
```
|