UNPKG

better-npm-init

Version:

A better version of npm init, with templates and more. Usage: better-npm-init <template> [--yarn] [--install] [--git] [--yes] [--help]

18 lines (13 loc) 287 B
init: - git config --global core.autocrlf input environment: matrix: - nodejs_version: 0.12 install: - ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) - npm install build: off test_script: - node --version - npm --version - ps: npm run ci