Skip to content

togajs/toga-pura

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6a64b5b · Jan 20, 2018

History

18 Commits
Dec 15, 2014
Nov 19, 2014
Sep 10, 2014
Apr 15, 2014
Nov 19, 2014
Sep 10, 2014
Sep 10, 2014
Apr 15, 2014
Nov 19, 2014
Nov 3, 2014
Jan 20, 2018
Dec 15, 2014
Jan 20, 2018

Repository files navigation

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

MIT © Shannon Moeller

About

Clothe your code in a light theme.

Resources

License

Stars

Watchers

Forks

Packages

No packages published