0.0.1 • Published 6 years ago

generator-qmegg v0.0.1

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

generator-qmegg NPM version Build Status Dependency Status Coverage percentage

快速生成 egg-bff项目.

feature

  • dubbo2js
  • logtracer
  • typescript
  • 布加迪;

项目结构

├── README.md
├── app
│   ├── controller
│   │   └── home.ts
│   ├── lib
│   │   └── dubbo
│   │       └── index.ts
│   ├── router.ts
│   └── service
│       └── Test.ts
├── app.ts
├── appveyor.yml
├── config
│   ├── config.default.ts
│   ├── config.local.ts
│   ├── config.prod.ts
│   └── plugin.ts
├── package.json
├── test
│   └── app
│       ├── controller
│       │   └── home.test.ts
│       └── service
│           └── Test.test.ts
├── tsconfig.json
└── typings
    └── index.d.ts

11 directories, 16 files

Installation

First, install Yeoman and generator-qmegg using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-qmegg

Then generate your new project:

yo qmegg

参考

License

MIT © yangxiaodong

0.0.1

6 years ago

0.0.0

6 years ago