1.1.0 • Published 7 years ago

flow-build-lib v1.1.0

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

flow-build-lib

Build Flow-aware libraries

Build Status

Installation

Via npm:

$ npm install -g flow-build-lib

or yarn:

$ yarn global add flow-build-lib

This will install the flow-build-lib executable.

Usage

Run inside the root directory of the project you'd like to build.

Build a project:

$ flow-build-lib build

Clean project:

$ flow-build-lib clean