A tag based data structure.
TODO: Add the NPM Command when this package becomes available.
- Clone this repository to your local filesystem.
- Run
npm i
in this directory to install node dependencies - Run
npm run lib
to build the library. (You can alternitively run usingdev
instead oflib
to get access to development mode with code watching). - The project should be built and output to the
build/prod
folder aslib.js
with the TS typings output tobuild/prod/types
. (If you ran in development mode in step 3, the outputs will be in thebuild/dev
folder instead.) - Copy the nessisary files into your project, and target
lib.js
as the module for imports.
TODO: Fill in.