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

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