1.1.2 • Published 4 years ago

eflex-coffeescript-register-cache v1.1.2

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

coffeescript-register-cache

require() cache for CoffeeScript 2 inspired by git://github.com/guillaume86/coffee-register-cache

usage

  require('coffeescript2-register-cache')('/usr/me/cache')

The exported function takes a cachePath parameter.

Alternatively the path can be set with an env var: COFFEE_REGISTER_CACHE_CACHE_DIR.

If not set the path will default to "PROJECT-ROOT/.coffee-cache".