Skip to content

Instantly share code, notes, and snippets.

@vladtsf
Created August 18, 2013 09:14
Show Gist options
  • Save vladtsf/6260684 to your computer and use it in GitHub Desktop.
Save vladtsf/6260684 to your computer and use it in GitHub Desktop.
rc = require "runtime-configuration"
rc "npm", ( err, config ) ->
rc "npm", ( err, session ) ->
session.set "foo", "bar"
session.get "foo"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment