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

28 lines (22 loc) 411 B
environment: matrix: - nodejs_version: "0.10" - nodejs_version: "0.12" - nodejs_version: "1.0" matrix: fast_finish: true allow_failures: - platform: x86 - platform: x64 platform: - x86 - x64 install: - ps: Install-Product node $env:nodejs_version $env:platform - npm install -g npm@1.4.x - npm install test_script: - node --version - npm --version - npm test build: off