Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 569 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 569 Bytes

erk

a inline issue manager inspired by watson-ruby

gif

Configuration

erk supports to configure default settings by editing erkconfig.json file.

here is an example

{
  // "[todo] - some issue title" will find.
  "label": "todo",
  // whether sync local issue comment to remote.
  "remote": true,
  // remtoe configuration. now erk supports only github.
  "remote_config": {
    "repo": "takashi/erk",
    "api_token": "hogehogehogheogoehgoe"
  }
}