Skip to content

eflexsystems/coffee-register-cache

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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".

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 92.3%
  • JavaScript 7.7%