michaelhsu
v1.1.3
Published
The Michael Hsu CLI
Downloads
1
Readme
michaelhsu
The Michael Hsu CLI
Usage
$ npx michaelhsu
Demo
API
$ npx michaelhsu --help
The Michael Hsu CLI
Usage:
$ npx michaelhsu
Options:
-h, --help Show help [boolean]
-v, --version Show version number [boolean]
For more information go to https://github.com/evenchange4/michaelhsu
Development
Requirements
- node 11.9.0
- yarn 1.13.0
$ yarn install --pure-lockfile
$ npm run help
Test
$ yarn run build
$ yarn run flow-coverage
$ yarn run test:watch
$ yarn run format
$ yarn run eslint
Publish
$ npm version patch
$ npm run changelog
git commit & push
Inspiration
- https://github.com/sindresorhus/sindresorhus
CONTRIBUTING
- ⇄ Pull requests and ★ Stars are always welcome.
- For bugs and feature requests, please create an issue.
- Pull requests must be accompanied by passing automated tests (
$ yarn test
).