epiq 0.6.11 → 0.6.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +21 -21
- package/dist/mcp.js +19 -19
- package/package.json +1 -1
- package/readme.md +4 -0
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -7,11 +7,15 @@ Issue tracking is a core part of software development, but it often becomes a pa
|
|
|
7
7
|
> You can manage all your projects directly via the command line in a visual kanban board and edit content in your favorite editor.
|
|
8
8
|
|
|
9
9
|
With great attention to user ergonomics and developer experience, epiq makes project management painless and friction free.
|
|
10
|
+

|
|
11
|
+
|
|
12
|
+

|
|
10
13
|
|
|
11
14
|
## What is epiq?
|
|
12
15
|
|
|
13
16
|
Epiq is a vim-inspired issue tracker that brings project management into the terminal. It renders directly in ASCII and persists state as an immutable distributed event log, versioned and synchronized through Git.
|
|
14
17
|
|
|
18
|
+

|
|
15
19
|

|
|
16
20
|

|
|
17
21
|
|