1.0.4 • Published 4 years ago

create-api-express v1.0.4

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

create-api-express

A CLI to clone an Express environment and get coding quickly.

Usage

# With NPX
npx create-api-express app-name
# Alternatively with global install
# first ensure it's install globally
npm i -g create-api-express
create-api-express app-name

This will go ahead and create a directory with your 'app-name' it will clone the express repo and setup a starting environment.

Happy coding