1.0.1 • Published 3 years ago

create-js-spa v1.0.1

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

create-js-spa

A CLI to automatically clone the JS-SPA Starter.

Installation

Install the CLI globally OR use npx:

npm install -g create-js-spa

Usage

# with global install
create-js-spa 'name-of-app'
# with npx
npx create-js-spa 'name-of-app'

This will create a directory with the given name, clone the clone the JS-SPA Starter repo into it, and install all the dependencies.