chore: add publish
This commit is contained in:
parent
f117f74130
commit
1f5ad2a216
@ -4,6 +4,14 @@ Git Now is a utility for easily navigating git projects from common upstream pro
|
|||||||
|
|
||||||
![example gif](./assets/gifs/example.gif)
|
![example gif](./assets/gifs/example.gif)
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cargo (b)install gitnow
|
||||||
|
```
|
||||||
|
|
||||||
|
## Reasoning
|
||||||
|
|
||||||
How many steps do you normally do to download a project?
|
How many steps do you normally do to download a project?
|
||||||
|
|
||||||
1. Navigate to github.com
|
1. Navigate to github.com
|
||||||
|
@ -1,8 +1,14 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "gitnow"
|
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"
|
edition = "2021"
|
||||||
|
readme = "../../README.md"
|
||||||
|
repository = "https://github.com/kjuulh/gitnow"
|
||||||
|
homepage = "https://gitnow-client.prod.kjuulh.app"
|
||||||
|
|
||||||
version.workspace = true
|
version.workspace = true
|
||||||
|
publish = true
|
||||||
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow.workspace = true
|
anyhow.workspace = true
|
||||||
|
Loading…
Reference in New Issue
Block a user