encounter-data 0.2.1
Install from the command line:
Learn more about npm packages
$ npm install @exile-watch/encounter-data@0.2.1
Install via package.json:
"@exile-watch/encounter-data": "0.2.1"
About this version
Every script is taking a part of auto-generating data content on the website.
There are 3 rules:
-
extract-*-tokens.js
scripts always goes first. - Order of other scripts when they fire don't matter after that step.
-
clean-invalid-data-files.js
always goes last.
script | description |
---|---|
extract-*-tokens.js |
Converts .yml token file to .json format |
build-indexed-search.js |
Squeezes all extracted data only to what we need in the search input
|
build-paths.js |
Squeezes all extracted data only to what we need in the sidebar navigation
|
clean-invalid-data-files.js |
Removes files have updated file name
|