feat: set up project skeleton for new CLI (#1)

* docs: fill in README
* feat: initial setup of CLI, with help + version commands
* build: add linters and Makefile
* build: add initial CircleCI workflow
This commit is contained in:
Daniel Moran
2021-04-12 13:39:09 -04:00
committed by GitHub
parent 493bb6a925
commit 8c062cacf0
10 changed files with 275 additions and 2 deletions

5
.gitignore vendored
View File

@ -4,6 +4,7 @@
*.dll
*.so
*.dylib
bin/
# Test binary, built with `go test -c`
*.test
@ -11,5 +12,5 @@
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
# Dependency directories
vendor/