Contributing - U5B/jsmacros GitHub Wiki
Contributing
./build is pre-built scripts. They can be used in JsMacros immediately.
./scripts is the Typescript source. This is more readable then the pre-built scripts, but must be translated using Typescript if used in JsMacros.
./headers are used for typescript typings.
./package.json is used for installing Typescript in a NPM environment.
./tsconfig.json is used for configuring Typescript.
Typescript is required (installing through NPM is painless)
To help contribute, clone this REPO into a new folder inside jsMacros/Macros/ like jsMacros/Macros/usb/. You can then run npm install inside that directory. After editing a file located inside /scripts/, run tsc or npm run build. The output will be in /build/.