0.0.0 • Published 12 years ago

coffeefilter v0.0.0

Weekly downloads
5
License
-
Repository
github
Last release
12 years ago

CoffeeFilter

Have you or someone on your team ever accidently installed a module without knowing it was "Generated by CoffeeScript"? I know the feeling and its horrible! Well have no fear, CoffeeFilter is here to save your day!

Just simple install and soon as your app attempts to use a module generated CoffeeScript, your application will segfault for you!

Install

npm install coffeefilter

Usage

Just require it before everything else:

require('coffeefilter');
var obj = require('bastard-who-might-ruin-your-day');