Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gimenete/helical-express-sequelize-jade

A helical generator to create a structure of a Node application using express, sequelize and jade.
https://github.com/gimenete/helical-express-sequelize-jade

Last synced: about 1 month ago
JSON representation

A helical generator to create a structure of a Node application using express, sequelize and jade.

Awesome Lists containing this project

README

        

# helical-express-sequelize-jade

A [helical](https://github.com/gimenete/helical) generator to create a structure of a Node application using express, sequelize and jade.

## Usage

Install helical

```
npm install helical -g
```

Download this project, copy the `model.json` and edit it to fit your needs.

Then run helical

```
npm install helical -g
helical \
--model model.json \
--generator helical-express-sequelize-jade \
--output output \
--auth twitter
```