⏰ jobcantan
CLI for punching in/out by Jobcan via Slack command.
Installation
homebrew
$ brew update
$ brew tap msroz/jobcantan
$ brew install jobcantan
git clone
$ brew update && brew install crystal-lang
$ git clone [email protected]:msroz/jobcantan.git
$ cd jobcantan
$ make install
Usage
$ jobcantan --init
$ vim $HOME/.config/jobcantan.yml
$ jobcantan --help
jobcantan - CLI for punching in/out in Jobcan via Slack command.
Usage: jobcantan [options] message
-c, --config CONFIG_FILE
-h, --help
-v, --version
--show-config
--init
Development
TODO Write development instructions here
Contributing
- Fork it (https://github.com/msroz/jobcantan/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- msroz - creator and maintainer