mirror of
https://github.com/FullScreenShenanigans/StringFilr.git
synced 2026-04-28 13:00:51 -07:00
5fd8f0b201b74e16fb84136bda06d664959cd5b0
Moved build process to gulp-shenanigans
StringFilr
A path-based cache for quick loops in nested data structures.
Build Process
StringFilr 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.
Description
Languages
TypeScript
100%