cheerio_cms
v1.1.0
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();Dependency Graph
1-->3
class 0 subgraphs; classDef subgraphs fill-opacity:0.1, fill:#888, color:#888, stroke:#888;
## License
Unlicensed