3.0.0 • Published 7 years ago
@jamen/new-website v3.0.0
@jamen/new-website
Create boilerplate files for a website.
.
├── src
│ ├── app.js
│ ├── app.scss
│ └── index.html
├── .gitignore
├── Makefile
├── package.json
├── readme.md
└── rollup.config.jsUsage
Use the package with npx:
$ npx @jamen/new-website [directory]Defaults to the current directory.
Makefile
The available Makefile tasks are:
make: Build the website filesmake start: Starts a dev server with autoreloading.make js css html: Misc tasks for building files.make clean: Removes previously built files.