ripissue 0.1.2

CLI tool written in Rust for distributed bug / issue / story tracking with the filesystem and git.
ripissue-0.1.2 is not a library.

ripissue

CLI tool written in Rust for distributed bug / issue / story tracking with the filesystem and git.

Inspired by:

Development Workflow

Install

cargo add ripi

Basic usage

Create an issue

ripi issue commit "My issue" -t web3 -t dev-john -s todo

Commit/update an issue

ripi issue commit "My issue" -s doing

Close an issue

ripi issue close my_issue

Reopen an issue

ripi issue reopen my_issue

List all issues

ripi issue list -a

todo:

/repo1
    /_...(issues)
/repo2
/repo3
/mgmt
    /sprints
        /sprint_1
            <repo>-<issue_name>
            <repo>-<issue_name>
        /sprint_2
    /epics
        /epic_1
            sprint_1
            sprint_2
        /epic_2
    /initiatives
        /initiative_1
            /epic_1
            /epic_2
    /projects
        /proj_1
            /repo1
            /repo2
        /proj_2
            /repo3