An open API service indexing awesome lists of open source software.

https://github.com/knighthacks/knighthacks_cli


https://github.com/knighthacks/knighthacks_cli

Last synced: over 1 year ago
JSON representation

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
```