aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/exp/buckit (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-06-13github: fix workflow configurationFranck Cuny1-1/+1
There's no `cmd` directory in this repo.
2022-06-13github: add workflow configurationFranck Cuny1-0/+38
Let's ensure we test and build a binary when pushing to main and when we create a pull-request.
2022-06-13add stub commands for buckitFranck Cuny8-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-13git: ignore the generated binary buckitFranck Cuny1-0/+1
2022-06-13initial documentationFranck Cuny2-1/+63
This is a high level description of what buckit is and how it works.
2022-06-13Add README.md, LICENSE.txtFranck Cuny2-0/+21