bobjoll
v0.0.4
Published
HBS views of bob joll
Downloads
28
Readme
bobjoll
HBS views of bob joll
Features
- ES6 syntax, managed with Prettier + Eslint and Stylelint
- Typescript
- Handlebars
Install
yarn add bobjoll
// or
npm i bobjoll
Requirements
- Node.js
v10.x
or later
Usage
import { IsUrlValid } from 'bobjoll';
import alert from 'bobjoll/views/alert-v1.0/element.html.hbs'
if(IsUrlValid('http://your-domain.com')) {
// execute the compiled template and print the output to the console
console.log(alert({ message: "This url valid as a rock!" }));
}