Added
Deprecated
- Nothing
Removed
- Nothing
Fixed
- Use
go generateforgo-bindata([#33](https://github.co...
Unclaimed project
Are you a maintainer of gcli? Claim this project to take control of your public changelog and roadmap.
go generate for go-bindata ([#33](https://github.co...Add new workflow to generate CLI project. You can generate CLI project from design file (.toml).
Here is workflow.
First, generate template file. This generates todo-design.toml file with default variables.
$ gcli design todo
Then, edit it & design cli,
$ $EDITOR todo-design.toml
Then validate .toml has required fields,
$ gcli vali...