All Versions
6
Latest Version
Avg Release Cycle
96 days
Latest Release
3342 days ago
Changelog History
Changelog History
-
v0.2.2 Changes
August 30, 2015๐ New workflow
โ Add new workflow to generate CLI project. You can generate CLI project from design file (
.toml
).Here is workflow.
0๏ธโฃ 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 validate todo-design.toml
Finally, generate cli project,
$ gcli apply todo-design.toml
๐ CHANGELOG
โ Added
design
command to create design template file (.toml
) (#25)validate
command to check design file has enough fields to generate CLI project (#25)apply
command to generate CLI project from design file (#25)
๐ Deprecated
- Nothing
โ Removed
- Nothing
๐ Fixed
- Nothing
-
v0.2.1 Changes
July 21, 2015โ Added
- โ
wercker.yml
to run test on Wercker (#14) list
command (#16)- โ
go vet
tests for artifacts (#18) - Generate bash script (experiment) (#20)
- Usge
flag.Var
(#21) - Global option for command pattern (#22)
- ๐
go vet
,golint
,gofmt
test forgcli
- ๐ฆ More verbose outputs in skeleton package
๐ Deprecated
- Nothing
โ Removed
- Nothing
๐ Fixed
- Nothing
- โ
-
v0.2.0 Changes
June 22, 2015- ๐ Rewrote eveythig from scratch (See https://github.com/tcnksm/gcli/pull/9) to add more features.
- ๐ Also change name from
cli-init
togcli
(See https://github.com/tcnksm/gcli/issues/10)
-
v0.1.1 Changes
July 21, 2014โ Added
- ๐จ Replate
gofmt
command with go/printer and go/parser - LICENCE
๐ Deprecated
- Nothing
โ Removed
- Nothing
๐ Fixed
- More concreate document
- ๐จ Replate
-
v0.1.0 Changes
June 22, 2014๐ Initial release
โ Added
- โ Add Fundamental features
๐ Deprecated
- Nothing
โ Removed
- Nothing
๐ Fixed
- Nothing