1.0.6 • Published 4 years ago
create-html-scss-js v1.0.6
create-html-scss-js
A CLI to automatically clone the html-scss-js boilerplate code.
Installation
Install the CLI globally OR use npx:
npm install -g create-html-scss-jsUsage
# with global install
create-html-scss-js 'name-of-app'
# with npx
npx create-html-scss-js 'name-of-app'This will create a directory with the given name, clone the clone the html-scss-js repo into it, and install all the dependencies.