1.0.0 • Published 4 years ago

thermidor v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Thermidor

A better express-generator (soon)

Install

npm i thermidor 

Features

Generate a MVC file structure Create moogoose models from the command line.

Usage

To generate an MVC file structure

express-generator (to first create the base files)
thermidor init
This command creates the following folders and files
  • .gitignore (with /node_modules already added)
  • config
  • controllers
  • models
  • services

To create a new mongoose model

thermidor model --name MODELNAME
This command creates a basic template of a mongoose model in the /models folder.

TODO

  • merge express-generator and thermidor to reduce commands
  • more commands
  • add modularity (I.E generate an app with user auth setup)
1.0.0

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.0

4 years ago