generator-evaengine

1.1.0 • Public • Published

generator-evaengine

NPM version Build Status Dependency 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

/generator-evaengine/

    Package Sidebar

    Install

    npm i generator-evaengine

    Weekly Downloads

    9

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    30.4 kB

    Total Files

    38

    Last publish

    Collaborators

    • allovince