Skip to content

Omerfrq/create-node-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generate-express-app

A CLI to automatically clone the Node Starter.

Installation

Install the CLI globally OR use npx:

npm install -g generate-express-app

Usage

# with global install
generate-express-app name-of-app
# with npx
npx generate-express-app name-of-app

This will create a directory with the given name, clone the Node Starter repo into it, and install dependencies.

About

CLI to Generate A Node App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published