Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codethread/git-buddy
My little helper
https://github.com/codethread/git-buddy
Last synced: about 2 months ago
JSON representation
My little helper
- Host: GitHub
- URL: https://github.com/codethread/git-buddy
- Owner: codethread
- License: gpl-3.0
- Created: 2024-07-25T18:45:36.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-21T18:53:57.000Z (5 months ago)
- Last Synced: 2024-10-15T17:21:10.132Z (3 months ago)
- Language: TypeScript
- Size: 270 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# git-buddy
My little helper 🚧
### Development
```sh
bun dev
```Additionally, with traces can be seen at http://localhost:3000/explore via docker ([taken from the docs](https://effect.website/docs/guides/observability/telemetry/tracing)):
```sh
bun trace:up # start
open localhost:3000/explore # visit to see traces
bun trace:down # stop
```### Installation
**Requires [`bun`](https://bun.sh/)**
```sh
curl -fsSL https://bun.sh/install | bash`
```Download the `git-buddy.tar.gz` from the latest release, open it and then copy the git-buddy file somewhere in your `$PATH`; then run:
```sh
git-buddy --help
```