chore: add publish

This commit is contained in:
Kasper Juul Hermansen 2024-09-23 22:25:39 +02:00
parent f117f74130
commit 1f5ad2a216
Signed by: kjuulh
SSH Key Fingerprint: SHA256:RjXh0p7U6opxnfd3ga/Y9TCo18FYlHFdSpRIV72S/QM
2 changed files with 14 additions and 0 deletions

View File

@ -4,6 +4,14 @@ Git Now is a utility for easily navigating git projects from common upstream pro
![example gif](./assets/gifs/example.gif)
## Installation
```bash
cargo (b)install gitnow
```
## Reasoning
How many steps do you normally do to download a project?
1. Navigate to github.com

View File

@ -1,8 +1,14 @@
[package]
name = "gitnow"
description = "Git Now is a utility for easily navigating git projects from common upstream providers. Search, Download, and Enter projects as quickly as you can type."
edition = "2021"
readme = "../../README.md"
repository = "https://github.com/kjuulh/gitnow"
homepage = "https://gitnow-client.prod.kjuulh.app"
version.workspace = true
publish = true
[dependencies]
anyhow.workspace = true