mirror of
https://github.com/FullScreenShenanigans/StringFilr.git
synced 2026-04-28 13:00:51 -07:00
6
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 -g gulp
npm install
gulp
See Build Details for detailed Gulp usage.
Description
Languages
TypeScript
100%