1.0.0 • Published 2 years ago

@walrussuit/cea v1.0.0

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

create-express-app

build status Create express apps ranging from rest APIs to static web servers :rocket:

Quick Start

npx @walrussuit/cea my-project rest-api --git
cd my-project
npm start

Arguments

The arguments are:

npx @walrussuit/cea <PROJECT_NAME> <TEMPLATE> [OPTIONS]

For more info on the arguments and example usage:

npx @walrussuit/cea --help