Skip to content
This repository has been archived by the owner on Apr 5, 2021. It is now read-only.

0.4.0

Compare
Choose a tag to compare
@a-tokyo a-tokyo released this 01 Feb 01:32
· 60 commits to master since this release
  • 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.json to:
      "docs": "node_modules/node-static/bin/cli.js ./docs -i docs.html -p 8081"
    • Run npm install --save node-static
    • In your docs.js file 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.
et Voila