a inline issue manager inspired by watson-ruby
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"
}
}