duo-myth

0.2.0 • Public • Published

Build Status

duo-myth

duo plugin for segmentio/myth.

Installation

$ npm install duo-myth

Usage

From the CLI:

$ npm install duo-myth
$ duo --use duo-myth

Using the API:

Duo(root)
  .entry(entry)
  .use(myth())
  .run(fn);

API

myth([opts])

Initialize a duo plugin. opts are passed directly into myth.

Plugin Architecture

NOTICE: as of v0.1.0, this plugin acts as an alternate plugin, meaning it does a single compile on the entire build, instead of being run for every single file. (which is the default style of plugin)

This allows some better default behavior for a CSS preprocessor, such as sharing variables across an entire tree of CSS files.

Test

$ npm install
$ make test

License

(The MIT License)

Copyright (c) 2014 Matthew Mueller <mattmuelle@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Package Sidebar

Install

npm i duo-myth

Weekly Downloads

0

Version

0.2.0

License

none

Last publish

Collaborators

  • mattmueller
  • dominicbarnes
  • stephenmathieson