curb

1.0.1 • Public • Published

curb NPM version

Inline string templating for Node.

$ npm install curb

Quickly render a string inline

Curb is intended for very quick and simple inline string renders and only uses %s as a delimiter.

var str = require('curb');
str('Hello %s!', 'World'); //=> Hello World!
str('$%s.%s', 3, 50); //=> $3.50

Package Sidebar

Install

npm i curb

Weekly Downloads

10

Version

1.0.1

License

MIT

Last publish

Collaborators

  • cobbdb