refactor: reorder and document repo view, pr create + add minimal docs #1

Merged
marc merged 3 commits from docs/command-details-docs into main 2024-11-02 19:25:59 +00:00
Showing only changes of commit f890219bf2 - Show all commits

View file

@ -1,8 +1,12 @@
[project]
name = "frg"
version = "0.1.0"
description = "Add your description here"
name = "forge-tools"
version = "0.0.0"
description = "Homegrown CLI tooling for code forges."
authors = [
{name="Marc Cataford", email="hello@karnov.club"}
]
readme = "README.md"
license={ file = "LICENSE" }
requires-python = ">=3.12"
dependencies = [
"click>=8.1.7",
@ -11,6 +15,10 @@ dependencies = [
"pyyaml>=6.0.2",
]
[project.urls]
homepage = "https://forge.karnov.club/marc/forge-tools"
issues = "https://forge.karnov.club/marc/forge-tools/issues"
[project.scripts]
frg = "frg.cli:main"