This repository has been archived by the owner on Apr 5, 2021. It is now read-only.
Releases: a-tokyo/generator-at-angular
Releases · a-tokyo/generator-at-angular
0.4.3
0.4.2
0.4.1
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.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.
- Update the docs script in