pgc-generator
v1.0.9
Published
Creacion de plantilla PGC de servicios NodeJS
Downloads
11
Maintainers
Readme
'pgc-generator' application generator.
Installation
$ npm install -g pgc-generator
Quick Start
The quickest way to get started with express is to utilize the executable express(1)
to generate an application as shown below:
Create the app:
$ npx pgc-generator test1 Spr_Test4
Install dependencies:
$ npm install
Start your Express.js app at http://localhost:5000/
:
$ npm start
Command Line Options
This generator can also be further configured with the following command line flags.
npx pgc-generator test1 Spr_Test4