@iredium/butterfly

0.59.0-beta-4 • Public • Published

Butterfly

NPM version NPM downloads

Description

Express API Framework

Getting started

Make sure you have npx installed (npx is shipped by default since npm 5.2.0)

npx create-butterfly-app <my-project>

Or starting with npm v6.1 you can do:

npm init butterfly-app <my-project>

Or with yarn:

yarn create butterfly-app <my-project>

It's as simple as that!

Using Butterfly programmatically

import Butterfly from '@iredium/butterfly'
import config from './config'

const butterfly = new Butterfly(config)

butterfly.boot()

// You can interact with the express app instance using butterfly.app

Package Sidebar

Install

npm i @iredium/butterfly

Weekly Downloads

5

Version

0.59.0-beta-4

License

MIT

Unpacked Size

382 kB

Total Files

393

Last publish

Collaborators

  • iredium