nodejs-meat

0.1.6 • Public • Published

Usage Example:

//Required files meat = require('./nodejs-meat');

//Declaring variables
var meat, bones, food;

//Add Bones bones = "

My name is {firstName} {lastName} ";

//Add Food food = { firstName : "Clint", lastName : "Eastwood"};

//Calling replacement function meat = meat.process(bones,food);

//Display results console.log(meat);

/nodejs-meat/

    Package Sidebar

    Install

    npm i nodejs-meat

    Weekly Downloads

    1

    Version

    0.1.6

    License

    none

    Last publish

    Collaborators

    • metekamil