Skip to content

Instantly share code, notes, and snippets.

@kesla
Created May 10, 2013 13:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kesla/5554318 to your computer and use it in GitHub Desktop.
Save kesla/5554318 to your computer and use it in GitHub Desktop.

examplebuild status

An example module to show how to autogenerate a README.md-file. The code implements addition.

Installation

npm install example

Example

var addition = require('./addition')

console.log('1 + 2 = %s', addition(1, 2))
console.log('1 + (-1) = %s', addition(1, -1))

Licence

MIT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment