Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taskrjs/fly-define
Define Module for Fly
https://github.com/taskrjs/fly-define
Last synced: about 16 hours ago
JSON representation
Define Module for Fly
- Host: GitHub
- URL: https://github.com/taskrjs/fly-define
- Owner: taskrjs
- License: other
- Created: 2015-08-19T20:53:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-19T20:54:23.000Z (over 9 years ago)
- Last Synced: 2024-11-06T23:24:00.919Z (about 2 months ago)
- Language: JavaScript
- Size: 97.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> [Define](https://github.com/bucaran/fly-define) 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](PLUGIN_DOCUMENTATION) to see the available options.### Install
```a
npm install -D fly-define
```### Example
```js
export default function* () {
yield ...
}
```# License
[MIT][mit] © [Jorge Bucaran][author] et [al][contributors]
[mit]: http://opensource.org/licenses/MIT
[author]: http://github.com/bucaran
[contributors]: https://github.com/bucaran/fly-define/graphs/contributors
[releases]: https://github.com/bucaran/fly-define/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-define
[npm-ver-link]: https://img.shields.io/npm/v/fly-define.svg?style=flat-square
[dl-badge]: http://img.shields.io/npm/dm/fly-define.svg?style=flat-square
[travis-link]: https://travis-ci.org/bucaran/fly-define
[travis-badge]: http://img.shields.io/travis/bucaran/fly-define.svg?style=flat-square