cibernox / ember-cli-yuidoc

EmberCLI addon for generate documentation from YUIDoc coments
MIT License
55 stars 25 forks source link

constently load all options #29

Closed offirgolan closed 8 years ago

offirgolan commented 8 years ago

This propagates all config options passed in yuidoc.jsonthroughout which allows a user to specify any supported yuidocs option such as themedir, nocode, etc.

Works with ember s --docs and ember ember-cli-yuidoc

offirgolan commented 8 years ago

I've also added the ability to force the docs to be generated in defined environments via

{
  "options": {
    "enabledEnvironments": ["development", "production"]
  }
}
stefanpenner commented 8 years ago

@cibernox friendly ping

cibernox commented 8 years ago

Hey, I've been on holidays until yesterday.

Looks good, although I haven't dogfooded this addon myself in a while. I feel that it could probably be better mantained by someone that uses it in a more day to day bases.

@offirgolan @stefanpenner Do you know anyone that uses yuidoc daily be willing to become a mantainer of this?

cibernox commented 8 years ago

I've just published a new version to npm

offirgolan commented 8 years ago

@cibernox thank you! Im using this in ember-cp-validations once my latest PR gets merged. I can definitely help out if you need an extra hand :smile: