javascript shortcode parser
npm install javascript-shortcode-parser#### Install
- npm install javascript-shortcode-parser
- import shortCodeParser from 'javascript-shortcode-parser';
#### Example 1
> Input -> shortCodeParser('My name is {{user_name}}, { user_name: 'foobar' });
> Output -> My name is foobar