0.9.0 • Published 7 years ago

sceg v0.9.0

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

sceg

NPM version

Styled content elements guide.

Sample

Element Guide (bootstrap sample)

Usage

$ npm install -D sceg
import * as sceg from 'sceg';

sceg.load().then((html) => {
  sceg.output(html, './sample/index.html');
});

sceg.load({
  layout: './default/layout/index.pug',
}).then((html) => {
  sceg.output(html, './sample/index-from-pug.html');
});

sceg.get().then((data) => {
  const json = JSON.stringify(data, null, 2);
  sceg.output(json, './sample/index.json');
});

Plugins


©YusukeHirao(@cloud10designs), MIT license.

0.9.0

7 years ago

0.8.0

7 years ago

0.7.0

7 years ago

0.6.1

7 years ago

0.6.0

7 years ago

0.5.0

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0-alpha

7 years ago