Skip to content

aromot/html-helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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');
// output: <strong>my text</strong>

Tests

npm test

About

Collection of HTML helpers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published