0.0.4 • Published 7 years ago

fly-load v0.0.4

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

fly-load

Automatically loads all Fly plugins.

NPM

Usage

To use, just require fly-load and execute the function. It will return a Fly instance for you to use.

const fly = require('fly-load')()

export default function* () {
  yield fly.source(/* ... */)
    .target(/* ... */)
}

License

Copyright (C) 2017 Karim Alibhai.

Licensed under MIT license.

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago