summaryrefslogtreecommitdiff
path: root/cmd/ponzu/generate.go
AgeCommit message (Expand)Author
2017-05-22add help flags for sub commands to root cmdMartin Treusch von Buttlar
2017-05-17add shorthand commands for add, generate, serve and versionMartin Treusch von Buttlar
2017-05-16move usage examples to cobra field of same nameMartin Treusch von Buttlar
2017-05-15add cobra commandsMartin Treusch von Buttlar
2017-05-07adding reference type and auto-repeater generate syntax to the CLI, updating ...Steve Manuel
2017-04-27fixing typo and removing ui classes where not neededSteve Manuel
2017-04-23fix typoSteve Manuel
2017-04-15fix regression bug in CLI field parser, catching reserved field namesSteve Manuel
2017-04-02remove old comment/reminderSteve Manuel
2017-04-01adding cases and templates for checkbox, file, richtext, select, tags, textareaSteve Manuel
2017-04-01adding hidden and custom templates to casesSteve Manuel
2017-04-01add warning message to console, new custom and hidden templatesSteve Manuel
2017-04-01provide generateType to parseField to get its parent dataSteve Manuel
2017-04-01downcase initial char from type nameSteve Manuel
2017-04-01removing nil view defaultSteve Manuel
2017-04-01adding initial cases to generate input types for field views from command lineSteve Manuel
2016-11-29updating import for text vs. html template (goimports assumption)Steve Manuel
2016-11-26simplify generateContentType signature and using local path of templateSteve Manuel
2016-11-24adding initial support to generate content type from more descriptive cli argsSteve Manuel