docs: add readme stub
This commit is contained in:
parent
39ffff45c6
commit
77eb2a810a
1 changed files with 13 additions and 1 deletions
12
README.md
12
README.md
|
@ -1,3 +1,15 @@
|
||||||
# forge-tools
|
# forge-tools
|
||||||
|
|
||||||
Like `gh` and `tea`, but aspiring to be compatible with multiple forge types to avoid using different tools for each.
|
Like `gh` and `tea`, but aspiring to be compatible with multiple forge types to avoid using different tools for each.
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
`frg --help` will give you an overview of what's available!
|
||||||
|
|
||||||
|
## Development
|
||||||
|
|
||||||
|
This uses `uv` to manage dependencies; [make sure it's installed before proceeding](https://github.com/astral-sh/uv).
|
||||||
|
|
||||||
|
### Direction
|
||||||
|
|
||||||
|
The primary intention of this is to make a more hackable version of `gh`-like tooling for my own purposes. This is not aiming feature parity or production-level quality.
|
||||||
|
|
Loading…
Reference in a new issue