0.0.6 • Published 5 years ago

super-express2 v0.0.6

Weekly downloads
7
License
MIT
Repository
-
Last release
5 years ago

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

0.0.5

5 years ago

0.0.4

5 years ago

0.0.6

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago