gears-coffeescript

CoffeeScript compiler for Gears
Download

gears-coffeescript Ranking & Summary

Advertisement

  • Rating:
  • License:
  • ISC License
  • Price:
  • FREE
  • Publisher Name:
  • Mike Yumatov
  • Publisher web site:
  • http://github.com/trilan/

gears-coffeescript Tags


gears-coffeescript Description

gears-coffeescript already includes the CoffeeScript source code for you, so you don't need to worry about installing it yourself.InstallationInstall gears-coffeescript with pip: pip install gears-coffeescriptUsageAdd gears_coffeescript.CoffeeScriptCompiler to environment's compilers registry:from gears_coffeescript import CoffeeScriptCompilerenvironment.compilers.register('.coffee', CoffeeScriptCompiler.as_handler())If you use Gears in your Django project, add this code to its settings:GEARS_COMPILERS = { '.coffee': 'gears_coffeescript.CoffeeScriptCompiler',}Product's homepage


gears-coffeescript Related Software