New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

kalastatic

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kalastatic

KalaStatic static-site prototyping framework


Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created

kalastatic Build Status

Static site application framework for prototyping and styleguiding.

Install

Dependencies

Globally

$ npm install kalastatic -g

Project Dependency

To install KalaStatic as a dependency in your project:

$ npm install kalstatic --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 Dependency
$ node_modules/.bin/kalastatic build

API

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

FAQs

Package last updated on 19 Jul 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts