@learnersguild/game-cli

v1.1.5
Option parser for Learners Guild commands.
optparser cli commands

build

babel -d lib/ src/ --ignore __tests__

prepublish

npm test && npm run build

2npm

publish

lint

xo

test:cov

npm run test:cov:run && npm run test:cov:send

test:cov:run

nyc --reporter=lcov npm run test:run

test:cov:send

codeclimate-test-reporter < ./coverage/lcov.info

test:run

NODE_ENV=test ./node_modules/.bin/mocha $(find . -path './**/__tests__/*.test.js' ! -ipath '*node_modules*')

test:watch

npm run test:run -- --watch

test:ci

npm run db:create && npm run db:migrate:up && npm run lint && npm run test:cov

test

npm run lint && npm run test:run --

command

npm run build && node ./lib/runner
npm i @learnersguild/[email protected]

Metadata

Downloads