stable-js

0.3.0 • Public • Published

Stable

Stable generates a static website from simple templates and dynamic data, ideal for a lightweight personal site.

Usage

npm i stable-js
const { hydrate } = require('stable-js');

const options = {};
const data = {};
hydrate(options, data);

Package Sidebar

Install

npm i stable-js

Weekly Downloads

3

Version

0.3.0

License

ISC

Unpacked Size

50.1 kB

Total Files

18

Last publish

Collaborators

  • ben-wormald