Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 345 Bytes

readme.md

File metadata and controls

14 lines (12 loc) · 345 Bytes

##nodekit-node Build Status

Usage

inkit = require 'inkit'

ink = new inkit { secret: 'xxxx', token: 'xxxx' }
ink.haml view, {}, (code) ->
  console.log code

Specs

Tests use cucumber.js

cucumber.js