restructured build.ts and added a helpcommand

This commit is contained in:
2022-06-10 22:50:59 -05:00
parent c51ca65751
commit d00ddeb1e1
9 changed files with 225 additions and 177 deletions

View File

@@ -46,4 +46,7 @@ Root
--prettier
alias: -p
prettify output files
--srccomment
alias: -s
include src file path comments in the output files, i.e. // scripts/example/main.ts
```