Skip to content

Repository files navigation

generator-evaengine

NPM versionBuild StatusDependency Status

A yeoman generator for EvaEngine.js

Features

Installation

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

npm install -g yo
npm install -g generator-evaengine

Then generate your new project:

yo evaengine

Project Directory Structure

├── Dockerfile
├── LICENSE
├── Makefile
├── README.md
├── build
├── config
│ ├── config.default.js
│ ├── config.development.js
│ ├── config.production.js
│ └── config.test.js
├── engine
├── logs
├── nodemon.json
├── package.json
├── public
├── src
│ ├── app.js
│ ├── cli.js
│ ├── commands
│ │ └── hello_world.js
│ ├── crontab.js
│ ├── entities
│ │ └── index.js
│ ├── models
│ │ └── index.js
│ ├── routes
│ │ ├── api
│ │ │ └── hello_world.js
│ │ └── index.js
│ └── swagger.js
├── test
│ ├── bootstrap.js
│ └── routes
│ └── api
│ └── hello_world.js
└── views
├── error.pug
└── index.pug

License

MIT © EvaEngine

About

A yeoman generator for EvaEngine.js

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages