@jamen/new-website

3.0.0 • Public • Published

@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.

Dependents (0)

Package Sidebar

Install

npm i @jamen/new-website

Weekly Downloads

2

Version

3.0.0

License

MIT

Unpacked Size

4.68 kB

Total Files

9

Last publish

Collaborators

  • jamen