lineman-docs

0.0.6 • Public • Published

lineman-docs

This is a plugin to make it easy to use docco and gh-pages with Lineman app.

Installation

Add the plugin to your lineman project:

$ npm install lineman-docs --save-dev

Usage

lineman-docs will document all of your CoffeeScript defined in files.coffee.app of your Lineman configuration. By default, Lineman configures this to app/js/**/*.coffee.

To override the files, update the value of docs.src within config/application.js:

module.exports = function(lineman){
  return {
    docco: {
      src: ["app/js/**/*.coffee"]
    }
  }
};

/lineman-docs/

    Package Sidebar

    Install

    npm i lineman-docs

    Weekly Downloads

    1

    Version

    0.0.6

    License

    none

    Last publish

    Collaborators

    • juli7168