toga-pura

0.1.2 • Public • Published

toga-pura

NPM version Downloads Build Status Coverage Status

A light theme for Toga documentation.

Install

$ npm install toga-pura

Usage

var toga = require('toga'),
    js = require('toga-js'),
    md = require('toga-markdown'),
    pura = require('toga-pura'),
 
    config = {
        src: './src/assets/**/*.js',
        dest: './web/docs'
    };
 
toga
    .src(config.src)
    .pipe(js.parser())
    .pipe(md.formatter())
    .pipe(pura.compiler())
    .pipe(toga.dest(config.dest));

Contribute

Tasks Chat Tip

Standards for this project, including tests, code coverage, and semantics are enforced with a build tool. Pull requests must include passing tests with 100% code coverage and no linting errors.

Test

$ npm test

© 2014 Shannon Moeller me@shannonmoeller.com

Licensed under MIT

Readme

Keywords

Package Sidebar

Install

npm i toga-pura

Weekly Downloads

0

Version

0.1.2

License

MIT

Last publish

Collaborators

  • shannonmoeller