GamePad API bindings for InputWritr pipes.
AudioPlayr uses Gulp to automate building, which requires Node.js.
To build from scratch, install NodeJS and run the following commands:
npm install
gulp
gulp dist
- Compiles the source intodist/
.gulp tsc
- Runs the TypeScript compiler.gulp tslint
- Runs TSLint.gulp test
- Runs tests intests/
.gulp watch
- Runs thetsc
andtslint
tasks when a source file changes.