# 版本 6（含）后已迁移到 [krau](https://github.com/dnxbf321/krau)，以避免与其他 npm package 混淆

# npx

安装
```bash
npm install deng-npx -g
```

使用
```bash
# step 1 创建项目
npx create

# step 2 进入项目
cd path/to/project

# 运行 workflow
npx flow
```

### [使用指南 Document](https://dnxbf321.gitbooks.io/npx/content/)

deng-npx < 6: see [https://dnxbf321.gitbooks.io/npx/content/](https://dnxbf321.gitbooks.io/npx/content/)

deng-npx@6: see [https://krau.gitbook.io/project/](https://krau.gitbook.io/project/)

### [examples](https://github.com/dnxbf321/npx/tree/master/example)
