Files
browser-scripts-builder/readme.md
2022-06-09 11:33:13 -05:00

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
```