Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gimenete/helical-express-sequelize-jade
- Owner: gimenete
- License: mit
- Created: 2015-11-17T12:55:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-04T22:26:11.000Z (almost 9 years ago)
- Last Synced: 2024-04-14T23:06:43.816Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 191 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```