kalastatic-cli

v0.0.2
Command line interface for KalaStatic

kalastatic-cli Build Status

Command line interface for KalaStatic.

Install

Dependencies

Globally

$ npm install kalastatic-cli -g

Project Dependency

To install KalaStatic as a dependency in your project:

$ npm install kalstatic-cli --save

Usage

Write

Construct your source files, using the template engine name in the file extension.

src/index.html.jade

---
youAreUsingJade: true
pretty: true
---
doctype html
html(lang="en")
  head
    title= title
  body
    h1 Jade - node template engine

Build

Globally

$ kalastatic

Project

$ node_modules/.bin/kalastatic

API

var KalaStatic = require('kalastatic')
KalaStatic('path/to/site').then(function() {
  // Site built
})
npm i kalastatic-cli

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 6/2/2016

Downloads

Maintainers