Package Exports
- create-html-scss-js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (create-html-scss-js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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-js
Usage
# 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.