mirror of
https://github.com/FullScreenShenanigans/StringFilr.git
synced 2026-04-28 13:00:51 -07:00
3b344a838343ba037a6c41cbec22d112bfb3dcdd
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%