1.0.5 • Published 1 year ago

spawn-express-app v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

spawn-express-app

A simple ExpressJS skeleton generator with zero dependency and customizable arguments

Install

Run npm install -g spawn-express-app

How to use

Run npx spawn-express-app <DIRECTORY-NAME> [OPTIONS]

Example

npx spawn-express-app my-backend -e -n -d=postgres This will generate a express app called my-backend with environment variables, nodemon and postgres already setup for your use.

Options

OptionDescription
-eAdd 'dotenv' environment variable support
-nAdd nodemon for development
-v=OPTIONAdd view engine (pug, ejs, mustache, nunjucks)
-c=OPTIONAdd CSS support (sass, css)
-d=OPTIONIntegrate with a database (postgres)

Queries

For any queries you can email at: khapungbj84@gmail.com

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago