This commit is contained in:
2022-06-06 21:00:10 -05:00
commit 1e94d1a8ed
23 changed files with 1693 additions and 0 deletions

25
readme.md Normal file
View File

@@ -0,0 +1,25 @@
# 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
```