UNPKG

scritch

Version:

A small CLI to help you write sharable scripts for your team

18 lines (15 loc) 274 B
#!/usr/bin/env node require('../')(__dirname, { help: ` Examples Build all files: $ company-cli build Lint all files: $ company-cli lint Run all tests: $ company-cli test `, env: { HELPER_ENV_VARIABLE: 'some value' } })