3.0.1 • Published 9 years ago

apeman-task-apstyle v3.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

apeman-task-apstyle

Build Status Code Climate Code Coverage npm Version JS Standard

apeman task to render React ApStyle element as a css file.

Installation

$ npm install apeman-task-apstyle --save-dev

Usage

  1. Define a task within Apemanfile.js
  2. Call the task via apeman task command.

Apemanfile.js

/** This is an example Apemanfile to use apeman-task-apstyle */

'use strict'

module.exports = {
  $pkg: { /* ... */ },
  $tasks: {
    // Define your own task.
    'ui:apstyle': require('apeman-task-apstyle')({
      // Options
    })
  }
}

Then,

$ apeman task my-task-01

Signature

apemanTaskApStyle(src, dest, options) -> function

apeman task to render React ApStyle element as a css file.

Args
NameTypeDefaultDescription
srcstringReact style source file.
deststringDestination file name.
optionsobjectOptional settings.
options.modestring644File permission mode.
options.propsstring{}Properties to render.

License

This software is released under the MIT License.

Links

3.0.1

9 years ago

3.0.0

9 years ago

2.0.0

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago