create-js-spa
v1.0.1
Published
A CLI to clone the JS-SPA Starter app.
Readme
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-spaUsage
# 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.
