-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
da88c93
commit 7c67dbf
Showing
1 changed file
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,19 @@ | ||
# fancy-cli | ||
CLI to keep track of your favorite fancy restaurants in a SQLite database | ||
|
||
![image](https://github.com/jcardarelli/fancy-cli/assets/1383816/46d9618f-755b-44a7-a669-7dc38b0ce203) | ||
|
||
|
||
Features: | ||
* View all restaurants | ||
* Add new restaurant | ||
* Delete restaurant | ||
|
||
|
||
Go CLI application that manages your favorite fancy restaurants in a SQLite database | ||
|
||
## Installation | ||
1. `$ ./install.sh` | ||
|
||
## Developer Installation | ||
## Development | ||
1. `$ python3 -m pip install pre-commit` | ||
1. `$ pre-commit` |