kanon

0.0.25 • Public • Published

kanon

WORK IN PROGRESS - PROOF OF CONECEPT

My very single simple static site gen

Install

$ npm install kanon

Usage

const kanon = require('kanon');

kanon('./web.config', 
      { some : 'data'}, 
      './dest/', 
      { templates: './templates'});

API

kanon(configFile, data, destiantionPath [options])

input

Type: string

Lorem ipsum.

options

foo

Type: string
Default: /templates

Readme

Keywords

Package Sidebar

Install

npm i kanon

Weekly Downloads

12

Version

0.0.25

License

MIT

Unpacked Size

9.87 kB

Total Files

5

Last publish

Collaborators

  • mvogt