Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eggjs-community/generator-eggjs
Yeoman generator for egg
https://github.com/eggjs-community/generator-eggjs
egg eggjs yeoman yeoman-generator
Last synced: 8 days ago
JSON representation
Yeoman generator for egg
- Host: GitHub
- URL: https://github.com/eggjs-community/generator-eggjs
- Owner: eggjs-community
- License: mit
- Created: 2017-10-10T07:19:29.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-16T05:12:46.000Z (almost 5 years ago)
- Last Synced: 2024-07-31T21:08:58.419Z (3 months ago)
- Topics: egg, eggjs, yeoman, yeoman-generator
- Language: JavaScript
- Homepage:
- Size: 84 KB
- Stars: 3
- Watchers: 18
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-egg - generator-eggjs - Yeoman generator for egg (Boilerplates)
README
# generator-eggjs [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
> Boilerplates for Egg.js## Installation
First, install [Yeoman](http://yeoman.io) and generator-eggjs using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).
```bash
npm install -g yo
npm install -g generator-eggjs
```Then generate your new project:
```bash
yo eggjs {appName}
```## Getting To Know Yeoman
* Yeoman has a heart of gold.
* Yeoman is a person with feelings and opinions, but is very easy to work with.
* Yeoman can be too opinionated at times but is easily convinced not to be.
* Feel free to [learn more about Yeoman](http://yeoman.io/).## License
MIT © [Suyi <Thonatos.Yang>](https://www.thonatos.com/)
[npm-image]: https://badge.fury.io/js/generator-eggjs.svg
[npm-url]: https://npmjs.org/package/generator-eggjs
[travis-image]: https://travis-ci.org/eggjs-community/generator-eggjs.svg?branch=master
[travis-url]: https://travis-ci.org/eggjs-community/generator-eggjs
[daviddm-image]: https://david-dm.org/eggjs-community/generator-eggjs.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/eggjs-community/generator-eggjs
[coveralls-image]: https://coveralls.io/repos/eggjs-community/generator-eggjs/badge.svg
[coveralls-url]: https://coveralls.io/r/eggjs-community/generator-eggjs