ember-cli-dash-docset
v0.1.1
Published
Generate dash docsets from YUI documentation
Downloads
3
Maintainers
Readme
Ember-cli-dash-docset
Generates Dash docs from YUIDoc output for ember-cli apps
See also: ember-cli-yuidoc
YUIDocs should be generated prior to running
Install
ember install:npm ember-cli-dash-docset
Configuration
dashdoc.json
contains directives that control the generated docset
{
"name": "docset-data", <---- output docset name
"outdir": "docset", <---- where to put it
"input": "docs", <---- where to get the YUI generated docs
"icon": "tests/fixtures/icon.png", <--- Optional image (32x32 png)
"dash": {
"bundleIdentifier": "sample",
"bundleName": "sample",
"docSetFamily": "sample",
"docSetPlatformFamily": "sample",
"docSetIndexPath": "index.html"
}
}
Running
ember ember-cli-dash-docset
Contributing
PRs accepted
should pass jshint .
and have tests
Running Tests
npm test