Skip to content

Instantly share code, notes, and snippets.

@Evangenieur
Created January 19, 2012 00:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Evangenieur/1636870 to your computer and use it in GitHub Desktop.
Save Evangenieur/1636870 to your computer and use it in GitHub Desktop.
Importing lib to Coffee-Script REPL
global.MyModule = require "MyModule"
PATH = "./" # Define your Path
require("#{PATH}/node_modules/coffee-script/lib/coffee-script/command.js").run()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment