cheerio_cms
v1.0.1
Published
uses cheerio to parse HTML and manipulate the DOM
Readme
Cheerio CMS
It's just a simple wrapper around Cheerio for server-side HTML manipulation and content management.
Installation
npm install cheerio_cmsUsage
import { template, Page } from 'cheerio_cms';
const html = new Page(template)
.setContent('<h1>Hello World!</h1>')
.setTitle('hello world', 'simple hello world page')
.render();License
Unlicensed
