3.0.0 • Published 6 years ago

@jamen/new-website v3.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

@jamen/new-website

Create boilerplate files for a website.

.
├── src
│   ├── app.js
│   ├── app.scss
│   └── index.html
├── .gitignore
├── Makefile
├── package.json
├── readme.md
└── rollup.config.js

Usage

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 files
  • make start: Starts a dev server with autoreloading.
  • make js css html: Misc tasks for building files.
  • make clean: Removes previously built files.
3.0.0

6 years ago

2.0.0

6 years ago

1.0.0

6 years ago

0.1.0

6 years ago