Add a --help (or -h) argument that prints a usage guide with all the command and options of the script
NOTE: I pre-added the --no-git-check command in this PR #4, If you don't want it, kindly leave a comment.
Change npm run install-colo-loco in README to npx install-colo-loco
If you're using npm you can't actually use npm run some-package-bin unless it's added as a script in the app's package.json, instead you can use npx install-colo-loco.
New Features
--help
ArgumentAdd a
--help
(or-h
) argument that prints a usage guide with all the command and options of the script NOTE: I pre-added the--no-git-check
command in this PR #4, If you don't want it, kindly leave a comment.Change
npm run install-colo-loco
in README tonpx install-colo-loco
If you're using npm you can't actually use
npm run some-package-bin
unless it's added as a script in the app's package.json, instead you can usenpx install-colo-loco
.