init
This commit is contained in:
25
readme.md
Normal file
25
readme.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user