1.0.0 • Published 8 years ago
named-format v1.0.0
Install
$ npm install named-format
# OR
$ yarn add named-formatUsage
const namedFormat = require('named-format')
console.log(namedformat('My name is :name', { name: 'Tiaan' }))
// My name is TiaanContributing
Contributions are welcome!
- Fork it.
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
Or open up a issue.
License
Licensed under the MIT License.
1.0.0
8 years ago