| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2022-06-13 | github: add workflow configuration | Franck Cuny | 1 | -0/+38 | |
| Let's ensure we test and build a binary when pushing to main and when we create a pull-request. | |||||
| 2022-06-13 | add stub commands for buckit | Franck Cuny | 8 | -0/+130 | |
| Add the stub commands for the binary. Each command will be in its own file (with the exception of delete/un-delete). This will make it easier to navigate the code. We use `github/urfave/cli` for generating the sub commands, as the module is well documented and easy to use. | |||||
| 2022-06-13 | git: ignore the generated binary buckit | Franck Cuny | 1 | -0/+1 | |
| 2022-06-13 | initial documentation | Franck Cuny | 2 | -1/+63 | |
| This is a high level description of what buckit is and how it works. | |||||
| 2022-06-13 | Add README.md, LICENSE.txt | Franck Cuny | 2 | -0/+21 | |
