github.com/jduhamel/gcli@v0.2.4-0.20151019142748-0d5307cd7e21/ROADMAP.md (about)

     1  # ROADMAP
     2  
     3  This is road map of `gcli`, what I'm doing for next release and planing for future relase. If you have feature request, please open issues or send pull request. 
     4  
     5  
     6  ## 0.2.3
     7  
     8  - `-gb` option
     9  - DEMO `new` command and `apply` command
    10  - Validate artifact flag option more (e.g., if short option is provided, it will failed)
    11  - Support LICENSE generation
    12  - Support [jessevdk/go-flags](https://github.com/jessevdk/go-flags)
    13  - More document (`godoc`)
    14  - Spec for design file
    15  
    16  ## 0.3.0
    17  
    18  - `detect` command to detect framework of exsited project
    19  - `add` command to add new command to existed project
    20  
    21  ## Ideas
    22  
    23  - Generate `man` page 
    24  - Read `man` page and generate command skeleton 
    25  - Interact mode `new -interact` ?