hamlet

v0.3.2
Hamlet template engine

test

npm run test-browser && npm run test-express

test-browser

npm run compile-hamlet && rm -f test/test.js && coffee -cb test/test.coffee && node test/test.js && echo 'PASS' || echo 'FAIL'

test-express

npm run compile && rm -f test/express.js && coffee -cb test/express.coffee && node test/express.js && echo 'PASS' || echo 'FAIL'

prepublish

npm prune && npm run build

build

npm run compile

compile-hamlet

rm -f hamlet.js lib/hamlet.js && cat hamlet.coffee | coffee -csb > lib/hamlet.js

compile

npm run compile-hamlet && cat lib/hamlet.js express.js >> hamlet.js

Metadata

  • Unknown
  • Whatever
  • Greg Weber
  • released 6/4/2014

Downloads

Maintainers