CLI to keep track of your favorite fancy restaurants in a SQLite database
Features:
- View all restaurants
- Add new restaurant
- Delete restaurant
$ ./install.sh
All data is stored in the file fancy-cli.db
- CI on GitHub Actions:
- Run golangci-lint
- Build docker image
- Run GitHub Actions locally with
$ make local-github-actions
- This requires
act
- Install with
$ brew install act
on MacOS
- This requires
$ python3 -m pip install pre-commit
$ pre-commit