1.1.1 • Published 3 years ago

start-express-cli v1.1.1

Weekly downloads
96
License
MIT
Repository
github
Last release
3 years ago

start-express

A CLI to automatically clone the Start Express Repo

Installation

You can install the express-cli project globally OR use npx for one time installation:

npm install -g start-express-cli

  • with global install
    • start-express name-of-app
  • with npx
    • npx start-express name-of-app

This will create a directory with the given name, clone the Start Express Repo repo into it, and then install its dependencies.