StringFilr

Build Status NPM version

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 into dist/.
  • gulp tsc - Runs the TypeScript compiler.
  • gulp tslint - Runs TSLint.
  • gulp test - Runs tests in tests/.
  • gulp watch - Runs the tsc and tslint tasks when a source file changes.
S
Description
No description provided
Readme 921 KiB
Languages
TypeScript 100%