CLI : support for auto completion of template name and add utility for creating web... 39/12039/1
authorshingil.kang <shingil.kang@samsung.com>
Tue, 12 Nov 2013 01:47:16 +0000 (10:47 +0900)
committershingil.kang <shingil.kang@samsung.com>
Tue, 12 Nov 2013 01:47:16 +0000 (10:47 +0900)
commit7d5971a0cad1fa4a54f4943b5ffcbb58c7f90039
treef9875631f625a386afadafdc359e249438d6f0a8
parentd0a2c67fc4dd368a812f8210b83901155e8817eb
CLI : support for auto completion of template name and add utility for creating web project

support for built-in template libraries
add the option for output directory on which the project is created and the processing logic of project configuration.

Change-Id: I63c89ed76c95c2d88170b29bcde6950738d7b8b5
Signed-off-by: shingil.kang <shingil.kang@samsung.com>
org.tizen.ncli.ide/src/org/tizen/ncli/ide/autocomplete/TizenAutoComplete.java
org.tizen.ncli.ide/src/org/tizen/ncli/ide/shell/CreateProjectCLI.java
org.tizen.ncli.ide/src/org/tizen/ncli/ide/subcommands/CreateProjectCommandData.java
org.tizen.ncli.ide/src/org/tizen/ncli/ide/subcommands/CreateWebProjectCommand.java