An open API service indexing awesome lists of open source software.

https://github.com/explooosion/flow

Catch common bugs in JavaScript
https://github.com/explooosion/flow

Last synced: about 2 months ago
JSON representation

Catch common bugs in JavaScript

Awesome Lists containing this project

README

          

# flow
This is a demo for flow ( npm package -> flow-bin)

 
## Blog
[NPM - flow-bin 檢查JS](https://dotblogs.com.tw/explooosion/2016/08/03/235428) 
 
 

   
    
## Clone
```bash
git clone https://github.com/explooosion/flow.git
```
 
  
## Into Project
```bash
cd flow
```
 
## Install
```bash
npm install
```
 
## Run
```bash
npm run flow_check
```