/godic

codic command line tool

Primary LanguageGo

godic

This project is command line tool for codic.

sample

Usage

1. Install

To install, use go get:

$ go get github.com/ladicle/godic

2. Setup AccessToken

Can not open config file.

Login to codic. https://codic.jp/login

Get the AccessToken in the API page. And, save it:

$ echo 'YOUR_ACCESS_TOKEN' > ~/.godic

Contribution

  1. Fork (https://github.com/ladicle/godic/fork)
  2. Create a feature branch
  3. Commit your changes
  4. Rebase your local changes against the master branch
  5. Run test suite with the go test ./... command and confirm that it passes
  6. Run gofmt -s
  7. Create a new Pull Request

Author

ladicle