@aromot/html-helpers
v0.1.0
Published
A collection of HTML helpers.
Readme
HTML Helpers
A small library that helps writing HTML.
Installation
npm install @aromot/html-helpers
Usage
var hh = require('@aromot/html-helpers');
var myStrongText = hh.strong('my text');Tests
npm test
