UNPKG

charlike

Version:

Small, fast, simple and streaming project scaffolder for myself, but not only. Supports hundreds of template engines through the @JSTransformers API or if you want custom `render` function passed through options

17 lines (13 loc) 306 B
sudo: false # http://docs.travis-ci.com/user/workers/container-based-infrastructure/ language: node_js node_js: - 0.12 - 4 - 5 - 6 before_install: - mkdir node_modules; ln -s ../ node_modules/es5-ext notifications: email: - medikoo+es5-ext@medikoo.com script: "npm test && npm run lint"