https://github.com/matype/fly-stylus
Fly plugin for Stylus
https://github.com/matype/fly-stylus
Last synced: 9 months ago
JSON representation
Fly plugin for Stylus
- Host: GitHub
- URL: https://github.com/matype/fly-stylus
- Owner: matype
- License: other
- Created: 2015-07-02T13:32:07.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-09-23T17:51:34.000Z (almost 10 years ago)
- Last Synced: 2025-01-31T13:11:13.784Z (over 1 year ago)
- Language: JavaScript
- Size: 216 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
> [Stylus](https://github.com/stylus/stylus) plugin for _[Fly][fly]_.
[![][fly-badge]][fly]
[![npm package][npm-ver-link]][releases]
[![][dl-badge]][npm-pkg-link]
[![][travis-badge]][travis-link]
[![][mit-badge]][mit]
## Usage
> Check out the [documentation](https://github.com/stylus/stylus/blob/master/docs/js.md) to see the available options.
### Install
```a
npm install -D fly-stylus
```
### Example
```js
exports.stylus = function* () {
yield this
.source('src/*.styl')
.stylus()
.target('dist')
}
```
# License
[MIT][mit] © [morishitter][author] et [al][contributors]
[mit]: http://opensource.org/licenses/MIT
[author]: http://github.com/morishitter
[contributors]: https://github.com/morishitter/fly-stylus/graphs/contributors
[releases]: https://github.com/morishitter/fly-stylus/releases
[fly]: https://www.github.com/flyjs/fly
[fly-badge]: https://img.shields.io/badge/fly-JS-05B3E1.svg?style=flat-square
[mit-badge]: https://img.shields.io/badge/license-MIT-444444.svg?style=flat-square
[npm-pkg-link]: https://www.npmjs.org/package/fly-stylus
[npm-ver-link]: https://img.shields.io/npm/v/fly-stylus.svg?style=flat-square
[dl-badge]: http://img.shields.io/npm/dm/fly-stylus.svg?style=flat-square
[travis-link]: https://travis-ci.org/morishitter/fly-stylus
[travis-badge]: http://img.shields.io/travis/morishitter/fly-stylus.svg?style=flat-square