korma

0.0.4 • Public • Published

Korma

Example

var korma = require('korma');
var seeya = korma(function(str1, str2){
  return str1.concat(' ').concat(str2);
}, 'Thats all folks.');
 
seeya('See you next time'); // 'Thats all folks. See you next time'

Installation

Node

To install korma in a Node application use npm.

$ npm install korma

Test

To run tests use npm.

$ npm install
$ npm test

License

MIT

Copyright (c) 2014 Chris Johnson

Package Sidebar

Install

npm i korma

Weekly Downloads

3

Version

0.0.4

License

MIT

Last publish

Collaborators

  • cmj