UNPKG
creamer
Version:
latest (0.3.4)
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.4
0.2.3
0.2.2
0.2.0
0.1.0
0.0.1
A flatiron plugin for dynamic coffeecup templates
twilson63/creamer
creamer
/
examples
/
mvc
/
src
/
views
/
about.coffee
6 lines
•
112 B
text/coffeescript
View Raw
1
2
3
4
5
6
module
.
exports
= -> p
'This app is built using:'
ul -> li
'Flatiron'
li
'Coffeecup'
li
'Creamer'