generator-qmegg

0.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i generator-qmegg

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

16.4 kB

Total Files

24

Last publish

Collaborators

  • yangxiaodong