https://github.com/knighthacks/knighthacks_cli
https://github.com/knighthacks/knighthacks_cli
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/knighthacks/knighthacks_cli
- Owner: KnightHacks
- Created: 2022-06-07T20:45:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-17T00:03:45.000Z (almost 3 years ago)
- Last Synced: 2025-01-10T03:39:04.190Z (over 1 year ago)
- Language: Go
- Size: 70.3 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# knighthacks_cli
A CLI to manage the KnightHacks backend API.
## Compilation
First you need to compile the CLI to be able to run it.
```bash
go build
```
## Running
After compiling you are able to run the CLI like a normal executable.
```bash
./knighthacks_cli
```