Staples is a minimal library that provides the power to allow you to create simple semantic templates and customize them with the addition of custom helpers. Staples is widely compatible with the basic Mustache and Handlebars models.
## Installation
```bash
npm i @dslak/staples
```
or, using YARN
```bash
yarn add @dslak/staples
```
## Usage
Once installed, the library must be included as well
```javascript
const staples = require('@dslak/staples')
staples.printVersion()
```
Example of use with a basic template and a test input