Skip to content
/ erk Public

inline issue tracker. highly inspired by watron-ruby

Notifications You must be signed in to change notification settings

takashi/erk

Repository files navigation

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"
  }
}

About

inline issue tracker. highly inspired by watron-ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages