grunt-cleandocs

0.0.6 • Public • Published

grunt-cleandocs

A simple grunt wrapper for cleandocs

Merge code and markdown files to create project documentation.

Getting Started

Install the module with: npm install cleandocs

Add this example task to your Gruntfile (be sure to fix the paths):

cleandocs: {
    all: {
        options: {
            dirs: [
              {
                src: "path/to/src"
                docs: "path/to/docs"
                output: "path/to/output"
              },
              {
                src: "path/to/test-src"
                docs: "path/to/test-docs"
                output: "path/to/test-output"
              }
            ]
          }
      }
  }

To run, type: grunt cleandocs

Note: It does not clean the folder between each run.

License

Copyright (c) 2013 Niels Nielsen. Licensed under the MIT license.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.6
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.6
    2
  • 0.0.5
    0
  • 0.0.4
    0
  • 0.0.3
    0
  • 0.0.2
    0

Package Sidebar

Install

npm i grunt-cleandocs

Weekly Downloads

1

Version

0.0.6

License

none

Last publish

Collaborators

  • niels4