This repository was archived by the owner on Apr 5, 2021. It is now read-only.
0.4.0
- Features:
- Add Remove feature that removes any generated item along with its links and docs.
- Update Docs feature to use JSON
- Docs now has it's own server
- Migration:
- Update the docs script in
package.jsonto:
"docs": "node_modules/node-static/bin/cli.js ./docs -i docs.html -p 8081" - Run
npm install --save node-static - In your
docs.jsfile extract the docs var and write in a json file called docs.json - Copy the new docs files from the repo and overwrite your old ones, and paste the docs.json you just created.
- Update the docs script in