string-to-template

1.0.0 • Public • Published

string-to-template

ES6 template literal starting from a string. Common scenario when working from json config files.

Install

npm i string-to-template --save

Usage

const execute = require('string-to-template')
 
const result = execute("hello ${name}", { name: 'John'})
const another = execute("extension is \"${filename.split('.')[1]}\"", { filename: 'hi.json' })

License

MIT

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i string-to-template

    Weekly Downloads

    4

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • matteofigus