Meettya / clinch.coffee

CoffeeScript processor for Clinch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependency Status Build Status

clinch.coffee

This is external addon for clinch - CommonJS to browser packer to support .coffee files.

How to use

Clinch = require 'clinch'
clinch_coffee = require 'clinch.coffee'

# create packer object
packer = new Clinch runtime : on
# add plugin (chainable)
packer.addPlugin clinch_coffee

For more information see main module documentation.

About

CoffeeScript processor for Clinch

License:Other


Languages

Language:CoffeeScript 100.0%