UNPKG

easyify-cli

Version:

A simple CLI for scaffolding easyify projects.

18 lines (13 loc) 246 B
environment: matrix: - nodejs_version: "8" install: - ps: Install-Product node $env:nodejs_version - npm install test_script: - node --version - npm --version - npm test cache: - node_modules -> package-lock.json build: off