Ziplit
Lightweight utility for ES6 Template Literal strings. Template strings are great but creating reusable Template Literals can be challenging. This simple util makes that process painless.
Install
$ npm install ziplit
Usage
Using an actual Template Literal string.
;; // OR { name: 'Milton' } OR ['Milton']
Using a ziplit formatted string.
;; // OR { name: 'Milton' } OR ['Milton']
RegExp
You can also change the default RegExp used by ziplit. Just create a new instance and pass in your custom RegExp.
;;
License
See LICENSE.md