Commit Graph

1 Commits (658a8ce4eee8b9c5d183895f9789969cf0dc60f0)

Author SHA1 Message Date
John Niang e419ddc617
Add Makefile for convenient operations (#641)
#### What type of PR is this?

/kind feature
/area console

#### What this PR does / why we need it:

```bash
╰─❯ make help 
all                  lint and test code
install              install dependencies
build                build console
lint                 lint code
test                 run tests
help                 print this help
```

#### Does this PR introduce a user-facing change?

```release-note
None
```
2022-10-13 10:00:16 +00:00