Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 237 Bytes

Readme.md

File metadata and controls

22 lines (13 loc) · 237 Bytes

substitute

substitute :props in strings.

Installation

$ component install segmentio/substitute

Example

var sub = require('substitute');
sub('replace some: :s', { s: 'stuff' });

License

(MIT)