Skip to content
This repository has been archived by the owner on Mar 19, 2020. It is now read-only.

Latest commit

 

History

History
34 lines (21 loc) · 563 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 563 Bytes

nodeache

A static-webpage-generator based on node.js using mustaches, markdown and JSON.

Installation

sudo npm install -g nodeache

Usage

Building a website:

nodeache folder

Rebuilding a website everytime a file or folder has changed:

nodeache dev folder

Publishing a website via FTP:

nodeache publish folder

Where folder is a folder following the structure given under Folder structure.

Folder structure

folder
|-  (config.json)
|-  content
'-  templates