shcoffee
v0.0.3
Published
Easily use CoffeeScript for global ShellJS scripts without .coffee extension.
Readme
shcoffee 
Easily use CoffeeScript for global ShellJS scripts without .coffee extension.
Install
First make sure you have ShellJS installed globally:
npm install -g shelljsThen install shcoffee:
npm install -g shcoffeeExample
Create a file with the below contents and call it "hello":
#!/usr/bin/env shcoffee
require 'shelljs/global'
echo 'hello'
exit 1Make it executable:
$ chmod +x helloThen run it!
$ ./hello
helloLicense
MIT
