Skip to content

Instantly share code, notes, and snippets.

@umezo
Last active February 24, 2016 06:45
Show Gist options
  • Save umezo/51669e6344b032caf97c to your computer and use it in GitHub Desktop.
Save umezo/51669e6344b032caf97c to your computer and use it in GitHub Desktop.
test-ramlev-coffee
node_modules/

check ramlev module can be required from plain coffee script

npm install
npm start
Ramlev = require 'ramlev'
console.log( new Ramlev )
{
"name": "test-ramlev-coffee",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "coffee index.coffee"
},
"author": "",
"license": "ISC",
"dependencies": {
"coffee-script": "^1.10.0",
"ramlev": "git+https://github.com/umezo/ramlev.git"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment