Software Details:
Version: 2.0.0 updated
Upload Date: 20 Jul 15
Distribution Type: Freeware
Downloads: 57
CoffeeScript is a programming language (actually a JavaScript superset) that compiles into JavaScript.
It's a newly discovered method for writing JavaScript code, using a simpler and cleaner syntax, while still being outputted as JavaScript code in the end.
Teacup's place into all of this is to help developers produce HTML code in an ordered fashion.
It's basically a templating engine for assembling page layouts together, and inserting content in designed places.
Teacup currently works with client-side (browsers) and server-side (Node.js) environments as well.
What is new in this release:
- Prevent buffer corruption combing teacup with express and fibers.
What is new in version 1.2.0:
- Prevent buffer corruption combing teacup with express and fibers.
What is new in version 1.0.0:
- Add CHANGELOG.md
- Expose a plugin interface
- Extract camelCase to kebab-case conversion to a plugin
Requirements:
- CoffeeScript
Comments not found