All Versions
6
Latest Version
Avg Release Cycle
96 days
Latest Release
3090 days ago

Changelog History

  • v0.2.3 Changes

    October 13, 2015

    โž• Added

    • Generate godoc by go generate (#24)
    • Generate .gitignore (#31)
    • โž• Add demo (.gif) (#35, #36)

    ๐Ÿ—„ Deprecated

    • Nothing

    โœ‚ Removed

    • Nothing

    ๐Ÿ›  Fixed

    • ๐Ÿ‘‰ Use go generate for go-bindata (#33)
    • ๐Ÿ›  Fix variable name when flag includes dash (#38)
    • ๐Ÿ”จ Refactoring
  • 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 for gcli
    • ๐Ÿ“ฆ More verbose outputs in skeleton package

    ๐Ÿ—„ Deprecated

    • Nothing

    โœ‚ Removed

    • Nothing

    ๐Ÿ›  Fixed

    • Nothing
  • v0.2.0 Changes

    June 22, 2015
  • 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
  • v0.1.0 Changes

    June 22, 2014

    ๐ŸŽ‰ Initial release

    โž• Added

    • โž• Add Fundamental features

    ๐Ÿ—„ Deprecated

    • Nothing

    โœ‚ Removed

    • Nothing

    ๐Ÿ›  Fixed

    • Nothing