blob: 350abee82e712f36f24af9bde31dc3a718fdd701 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
<!--
Back - An extremely simple git issue tracking system. Inspired by tvix's
panettone
Copyright (C) 2024 Benedikt Peetz <benedikt.peetz@b-peetz.de>
SPDX-License-Identifier: AGPL-3.0-or-later
This file is part of Back.
You should have received a copy of the License along with this program.
If not, see <https://www.gnu.org/licenses/agpl.txt>.
-->
# Back
> An extremely simple git issue tracking system. Inspired by tvix's panettone.
## Usage
Currently `back` only visualizes a `git-bug` repository. As such it takes exactly one
argument, being the repository to visualize.
The server is than started at `http://127.0.0.1:8000` and provides access to the issues
(bugs) tracked via `git-bug`.
## Licensing
This project complies with the REUSE v3.3 specification. This means that every file
clearly states its copyright.
|