mirror of
https://github.com/FullScreenShenanigans/ModAttachr.git
synced 2026-08-12 02:18:09 -07:00
eb133a3c30a66225df32d2817bf217ee382f8cd8
ModAttachr
Hookups for extensible triggered mod events.
Build Process
ModAttachr uses Gulp to automate building, which requires Node.js.
To build from scratch, install NodeJS and run the following commands:
npm install
gulp
Individual Gulp tasks
gulp dist- Compiles the source intodist/.gulp tsc- Runs the TypeScript compiler.gulp tslint- Runs TSLint.gulp test- Runs tests intests/.gulp watch- Runs thetscandtslinttasks when a source file changes.
Languages
TypeScript
100%