You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

ember-cli-yuidoc

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-yuidoc

This is an ember-cli addon for generate html documentation from YUIDoc comments in the source code

0.1.4
Source
npmnpm
Version published
Weekly downloads
2.4K
-68.49%
Maintainers
1
Weekly downloads
 
Created
Source

Ember-cli-yuidoc

This is an ember-cli addon for generate html documentation from YUIDoc comments in the source code

Installation

Just npm install --save-dev ember-cli-yuidoc. This plugin expects to find a yuidoc.json manifest on the root of your project. You can generate one automatically with ember g yuidoc.

Running

This addon adds a new yuidoc command to ember-cli. To generate the documentation just run ember yuidoc Documentation is generated in the /docs folder by default. You might want to add this folder to the gitignore.

Also, for live updating, when you run ember serve you can visit the /docs url to see it.

Running Tests

No tests yet

TODOS

  • Allow to pass parameters to ember yuidoc and forward them to the yuidoc executable.
  • Add a middleware to ember-cli that exposes the documentation in /docs (like tests are exposed in /tests)

Keywords

ember-addon

FAQs

Package last updated on 04 Nov 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts