0.0.5 • Published 6 years ago

generator-egg-bff v0.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

egg-bff Generator

快速生成 egg-bff项目. 集成 dubbo2js logtracer typescript alinode

项目结构

.
├── README.md
├── README.zh-CN.md
├── gulpfile.js
├── package.json
├── ts
│   ├── app
│   │   ├── controller
│   │   │   ├── home.ts
│   │   │   └── index.d.ts
│   │   ├── dubbo
│   │   │   ├── dubbo-service.ts
│   │   │   └── index.d.ts
│   │   ├── extend
│   │   │   ├── helper
│   │   │   ├── helper.ts
│   │   │   └── index.d.ts
│   │   ├── middleware
│   │   │   └── log-tracer.ts
│   │   ├── router.ts
│   │   ├── service
│   │   │   ├── common.ts
│   │   │   └── index.d.ts
│   │   └── view
│   │       └── index.ejs
│   ├── app.ts
│   ├── config
│   │   ├── config.default.ts
│   │   ├── locale
│   │   │   └── zh-CN.ts
│   │   └── plugin.ts
│   └── index.d.ts
└── tsconfig.json

Install

Install generator-egg-bff globally.

$npm install -g yo
$npm i -g generator-egg-bff

Create a new directory and cd into it.

$mkdir my-new-project && cd $_

Run the generator.

$yo egg-bff
0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.0

6 years ago