ember-cli-jsdoc
ember-cli-jsdoc copied to clipboard
An Ember CLI addon to generate HTML documentation from JSDoc comments in the source code.
I recently implemented this and found that I could not generate the docs because Babel's plugin-proposal-class-properties and plugin-proposal-decorators were not available to this addon. These are required for Octane's syntax...
See these for reference: - https://github.com/cibernox/ember-cli-yuidoc/blob/master/index.js - https://github.com/cibernox/ember-cli-yuidoc#watch-mode - https://github.com/cibernox/ember-cli-yuidoc/issues/6#issuecomment-71364858 (using live reload)
This pr is still a work in progress, i made the changes for this pr https://github.com/machty/ember-concurrency/pull/105. 1. I haven't figure out how to access the application options for the command;...
Replace with https://github.com/ember-cli/exists-sync
@makepanic has integrated generated JSDoc output into a dummy Ember app so that styling is picked up from the app and are an Ember route. This can be viewed at...
If a developer re-runs `ember install ember-cli-jsdoc` what should happen to a/the `jsdoc.json` file that might already exist? Ignore? Override? Prompt for confirmation of override?
If it only includes the 2 default Ember CLI files. This means though that this would have to be kept up to date with Ember CLI whereas right now it...
- remove jsdoc.json - uninstall ember-cli-doc-server - uninstall ember-cli-jsdoc
This command would be intended to be ran after an upgrade to a new release of this repo. Running it would read in the `jsdoc.json` file and replace the plugins...