0.0.4 • Published 10 years ago

korma v0.0.4

Weekly downloads
11
License
MIT
Repository
github
Last release
10 years ago

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

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago