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
- Host: GitHub
- URL: https://github.com/explooosion/flow
- Owner: explooosion
- Created: 2016-08-03T15:56:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-16T04:00:05.000Z (almost 10 years ago)
- Last Synced: 2025-08-07T18:54:48.332Z (10 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```