Skip to content

Add design & apply command#25

Merged
tcnksm merged 31 commits intomasterfrom
plan
Aug 30, 2015
Merged

Add design & apply command#25
tcnksm merged 31 commits intomasterfrom
plan

Conversation

@tcnksm
Copy link
Owner

@tcnksm tcnksm commented Aug 25, 2015

Generate desgin template (.toml) which is defined Name, Description, Commands etc.. & apply command to generate cli project based on that.

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 validate todo-design.toml

Finally, generate cli project,

$ gcli apply todo-design.toml

tcnksm added a commit that referenced this pull request Aug 30, 2015
Add design & apply command
@tcnksm tcnksm merged commit 854d5c0 into master Aug 30, 2015
@tcnksm tcnksm deleted the plan branch October 7, 2015 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant