simple_supplant A simple way to supplant. Node.js install npm install simple_supplant Usage var supplant = require("simple_supplant"); supplant({href:"http://example.com", text: "example.com"}, "<a href={href}>{text}</a>"); License MIT