clinch.eco
Version:
Eco template processor for Clinch
19 lines (12 loc) • 647 B
Markdown
[](https://gemnasium.com/Meettya/clinch.eco)
[](https://travis-ci.org/Meettya/clinch.eco)
# clinch.eco
This is external addon for [clinch](https://github.com/Meettya/clinch) - CommonJS to browser packer to support ```.eco``` template files.
## How to use
Clinch = require 'clinch'
clinch_eco = require 'clinch.eco'
# create packer object
packer = new Clinch runtime : on
# add plugin (chainable)
packer.addPlugin clinch_eco
For more information see main module documentation.