0.0.6 • Published 5 years ago
super-express2 v0.0.6
super-express CLI
A CLI for Express.js developers to start a new project with some base files. This cli had been built on top of express, that is why is called super-express (superset of express modules).
Instalation
First you have to create a new regular node.js project or package, then navigate into it, to start a new super-xpress project.
The best way to install this module, is installing as development dependence
npm install super-express2 -D
Commands
Start e new project
When start a new super-express project, will create a new structure of folders and files, that express developers are familiar with, such as controllers, routes, models.
$ superx init
or
$ superx start
or
$ superx create
This will start a new project, with some pre configured modules.
License
MIT - see LICENSE