Revisions
-
malotur revised this gist
Sep 4, 2013 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- Windows version --> <toolSet name="Yeoman[ng]"> <tool name="Create Route" description="Generates a controller and view, and configures a route in app/scripts/app.js connecting them." showInMainMenu="true" showInEditor="false" showInProject="true" showInSearchPopup="false" disabled="false" useConsole="false" showConsoleOnStdOut="false" showConsoleOnStdErr="true" synchronizeAfterRun="true"> <exec> -
malotur revised this gist
Sep 4, 2013 . 1 changed file with 33 additions and 18 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,65 +2,80 @@ <toolSet name="Yeoman[ng]"> <tool name="Create Route" description="Generates a controller and view, and configures a route in app/scripts/app.js connecting them." showInMainMenu="true" showInEditor="false" showInProject="true" showInSearchPopup="false" disabled="false" useConsole="false" showConsoleOnStdOut="false" showConsoleOnStdErr="true" synchronizeAfterRun="true"> <exec> <option name="COMMAND" value="yo.cmd" /> <option name="PARAMETERS" value="angular:route $Prompt$ --minsafe" /> <option name="WORKING_DIRECTORY" value="$ProjectFileDir$" /> </exec> </tool> <tool name="Create Controller" description="Generates a controller in app/scripts/controllers." showInMainMenu="true" showInEditor="false" showInProject="true" showInSearchPopup="false" disabled="false" useConsole="false" showConsoleOnStdOut="false" showConsoleOnStdErr="true" synchronizeAfterRun="true"> <exec> <option name="COMMAND" value="yo.cmd" /> <option name="PARAMETERS" value="angular:controller $Prompt$ --minsafe" /> <option name="WORKING_DIRECTORY" value="$ProjectFileDir$" /> </exec> </tool> <tool name="Create Directive" description="Generates a directive in app/scripts/directives." showInMainMenu="true" showInEditor="false" showInProject="true" showInSearchPopup="false" disabled="false" useConsole="false" showConsoleOnStdOut="false" showConsoleOnStdErr="true" synchronizeAfterRun="true"> <exec> <option name="COMMAND" value="yo.cmd" /> <option name="PARAMETERS" value="angular:directive $Prompt$ --minsafe" /> <option name="WORKING_DIRECTORY" value="$ProjectFileDir$" /> </exec> </tool> <tool name="Create Filter" description="Generates a filter in app/scripts/filters." showInMainMenu="true" showInEditor="false" showInProject="true" showInSearchPopup="false" disabled="false" useConsole="false" showConsoleOnStdOut="false" showConsoleOnStdErr="true" synchronizeAfterRun="true"> <exec> <option name="COMMAND" value="yo.cmd" /> <option name="PARAMETERS" value="angular:filter $Prompt$ --minsafe" /> <option name="WORKING_DIRECTORY" value="$ProjectFileDir$" /> </exec> </tool> <tool name="Create View" description="Generates an HTML view file in app/views." showInMainMenu="true" showInEditor="false" showInProject="true" showInSearchPopup="false" disabled="false" useConsole="false" showConsoleOnStdOut="false" showConsoleOnStdErr="true" synchronizeAfterRun="true"> <exec> <option name="COMMAND" value="yo.cmd" /> <option name="PARAMETERS" value="angular:view $Prompt$ --minsafe" /> <option name="WORKING_DIRECTORY" value="$ProjectFileDir$" /> </exec> </tool> <tool name="Create Decorator" description="Generates an Angular service decorator." showInMainMenu="true" showInEditor="false" showInProject="true" showInSearchPopup="false" disabled="false" useConsole="false" showConsoleOnStdOut="false" showConsoleOnStdErr="true" synchronizeAfterRun="true"> <exec> <option name="COMMAND" value="yo.cmd" /> <option name="PARAMETERS" value="angular:decorator $Prompt$ --minsafe" /> <option name="WORKING_DIRECTORY" value="$ProjectFileDir$" /> </exec> </tool> <tool name="Create Service[f]" description="Generates an AngularJS service (factory)." showInMainMenu="true" showInEditor="false" showInProject="true" showInSearchPopup="false" disabled="false" useConsole="false" showConsoleOnStdOut="false" showConsoleOnStdErr="true" synchronizeAfterRun="true"> <exec> <option name="COMMAND" value="yo.cmd" /> <option name="PARAMETERS" value="angular:factory $Prompt$ --minsafe" /> <option name="WORKING_DIRECTORY" value="$ProjectFileDir$" /> </exec> </tool> <tool name="Create Service[s]" description="Generates an AngularJS service (service)." showInMainMenu="true" showInEditor="false" showInProject="true" showInSearchPopup="false" disabled="false" useConsole="false" showConsoleOnStdOut="false" showConsoleOnStdErr="true" synchronizeAfterRun="true"> <exec> <option name="COMMAND" value="yo.cmd" /> <option name="PARAMETERS" value="angular:service $Prompt$ --minsafe" /> <option name="WORKING_DIRECTORY" value="$ProjectFileDir$" /> </exec> </tool> <tool name="Create Service[v]" description="Generates an AngularJS service (value)." showInMainMenu="true" showInEditor="false" showInProject="true" showInSearchPopup="false" disabled="false" useConsole="false" showConsoleOnStdOut="false" showConsoleOnStdErr="true" synchronizeAfterRun="true"> <exec> <option name="COMMAND" value="yo.cmd" /> <option name="PARAMETERS" value="angular:value $Prompt$ --minsafe" /> <option name="WORKING_DIRECTORY" value="$ProjectFileDir$" /> </exec> </tool> <tool name="Create Service[p]" description="Generates an AngularJS service (provider)." showInMainMenu="true" showInEditor="false" showInProject="true" showInSearchPopup="false" disabled="false" useConsole="false" showConsoleOnStdOut="false" showConsoleOnStdErr="true" synchronizeAfterRun="true"> <exec> <option name="COMMAND" value="yo.cmd" /> <option name="PARAMETERS" value="angular:provider $Prompt$ --minsafe" /> <option name="WORKING_DIRECTORY" value="$ProjectFileDir$" /> </exec> </tool> <tool name="Create Service[c]" description="Generates an AngularJS service (constant)." showInMainMenu="true" showInEditor="false" showInProject="true" showInSearchPopup="false" disabled="false" useConsole="false" showConsoleOnStdOut="false" showConsoleOnStdErr="true" synchronizeAfterRun="true"> <exec> <option name="COMMAND" value="yo.cmd" /> <option name="PARAMETERS" value="angular:constant $Prompt$ --minsafe" /> <option name="WORKING_DIRECTORY" value="$ProjectFileDir$" /> </exec> </tool> </toolSet> -
larvanitis revised this gist
Jul 14, 2013 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -38,28 +38,28 @@ <tool name="Create Service[f]" description="Generates an AngularJS service (factory)." showInMainMenu="true" showInEditor="false" showInProject="true" showInSearchPopup="false" disabled="false" useConsole="false" showConsoleOnStdOut="false" showConsoleOnStdErr="true" synchronizeAfterRun="true"> <exec> <option name="COMMAND" value="yo" /> <option name="PARAMETERS" value="angular:service $Prompt$ factory" /> <option name="WORKING_DIRECTORY" value="$ProjectFileDir$" /> </exec> </tool> <tool name="Create Service[s]" description="Generates an AngularJS service (service)." showInMainMenu="true" showInEditor="false" showInProject="true" showInSearchPopup="false" disabled="false" useConsole="false" showConsoleOnStdOut="false" showConsoleOnStdErr="true" synchronizeAfterRun="true"> <exec> <option name="COMMAND" value="yo" /> <option name="PARAMETERS" value="angular:service $Prompt$ service" /> <option name="WORKING_DIRECTORY" value="$ProjectFileDir$" /> </exec> </tool> <tool name="Create Service[v]" description="Generates an AngularJS service (value)." showInMainMenu="true" showInEditor="false" showInProject="true" showInSearchPopup="false" disabled="false" useConsole="false" showConsoleOnStdOut="false" showConsoleOnStdErr="true" synchronizeAfterRun="true"> <exec> <option name="COMMAND" value="yo" /> <option name="PARAMETERS" value="angular:service $Prompt$ value" /> <option name="WORKING_DIRECTORY" value="$ProjectFileDir$" /> </exec> </tool> <tool name="Create Service[c]" description="Generates an AngularJS service (constant)." showInMainMenu="true" showInEditor="false" showInProject="true" showInSearchPopup="false" disabled="false" useConsole="false" showConsoleOnStdOut="false" showConsoleOnStdErr="true" synchronizeAfterRun="true"> <exec> <option name="COMMAND" value="yo" /> <option name="PARAMETERS" value="angular:service $Prompt$ constant" /> <option name="WORKING_DIRECTORY" value="$ProjectFileDir$" /> </exec> </tool> -
larvanitis created this gist
May 15, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,66 @@ <?xml version="1.0" encoding="UTF-8"?> <toolSet name="Yeoman[ng]"> <tool name="Create Route" description="Generates a controller and view, and configures a route in app/scripts/app.js connecting them." showInMainMenu="true" showInEditor="false" showInProject="true" showInSearchPopup="false" disabled="false" useConsole="false" showConsoleOnStdOut="false" showConsoleOnStdErr="true" synchronizeAfterRun="true"> <exec> <option name="COMMAND" value="yo" /> <option name="PARAMETERS" value="angular:route $Prompt$" /> <option name="WORKING_DIRECTORY" value="$ProjectFileDir$" /> </exec> </tool> <tool name="Create Controller" description="Generates a controller in app/scripts/controllers." showInMainMenu="true" showInEditor="false" showInProject="true" showInSearchPopup="false" disabled="false" useConsole="false" showConsoleOnStdOut="false" showConsoleOnStdErr="true" synchronizeAfterRun="true"> <exec> <option name="COMMAND" value="yo" /> <option name="PARAMETERS" value="angular:controller $Prompt$" /> <option name="WORKING_DIRECTORY" value="$ProjectFileDir$" /> </exec> </tool> <tool name="Create Directive" description="Generates a directive in app/scripts/directives." showInMainMenu="true" showInEditor="false" showInProject="true" showInSearchPopup="false" disabled="false" useConsole="false" showConsoleOnStdOut="false" showConsoleOnStdErr="true" synchronizeAfterRun="true"> <exec> <option name="COMMAND" value="yo" /> <option name="PARAMETERS" value="angular:directive $Prompt$" /> <option name="WORKING_DIRECTORY" value="$ProjectFileDir$" /> </exec> </tool> <tool name="Create Filter" description="Generates a filter in app/scripts/filters." showInMainMenu="true" showInEditor="false" showInProject="true" showInSearchPopup="false" disabled="false" useConsole="false" showConsoleOnStdOut="false" showConsoleOnStdErr="true" synchronizeAfterRun="true"> <exec> <option name="COMMAND" value="yo" /> <option name="PARAMETERS" value="angular:filter $Prompt$" /> <option name="WORKING_DIRECTORY" value="$ProjectFileDir$" /> </exec> </tool> <tool name="Create View" description="Generates an HTML view file in app/views." showInMainMenu="true" showInEditor="false" showInProject="true" showInSearchPopup="false" disabled="false" useConsole="false" showConsoleOnStdOut="false" showConsoleOnStdErr="true" synchronizeAfterRun="true"> <exec> <option name="COMMAND" value="yo" /> <option name="PARAMETERS" value="angular:view $Prompt$" /> <option name="WORKING_DIRECTORY" value="$ProjectFileDir$" /> </exec> </tool> <tool name="Create Service[f]" description="Generates an AngularJS service (factory)." showInMainMenu="true" showInEditor="false" showInProject="true" showInSearchPopup="false" disabled="false" useConsole="false" showConsoleOnStdOut="false" showConsoleOnStdErr="true" synchronizeAfterRun="true"> <exec> <option name="COMMAND" value="yo" /> <option name="PARAMETERS" value="angular:service $Prompt$ --factory" /> <option name="WORKING_DIRECTORY" value="$ProjectFileDir$" /> </exec> </tool> <tool name="Create Service[s]" description="Generates an AngularJS service (service)." showInMainMenu="true" showInEditor="false" showInProject="true" showInSearchPopup="false" disabled="false" useConsole="false" showConsoleOnStdOut="false" showConsoleOnStdErr="true" synchronizeAfterRun="true"> <exec> <option name="COMMAND" value="yo" /> <option name="PARAMETERS" value="angular:service $Prompt$ --service" /> <option name="WORKING_DIRECTORY" value="$ProjectFileDir$" /> </exec> </tool> <tool name="Create Service[v]" description="Generates an AngularJS service (value)." showInMainMenu="true" showInEditor="false" showInProject="true" showInSearchPopup="false" disabled="false" useConsole="false" showConsoleOnStdOut="false" showConsoleOnStdErr="true" synchronizeAfterRun="true"> <exec> <option name="COMMAND" value="yo" /> <option name="PARAMETERS" value="angular:service $Prompt$ --value" /> <option name="WORKING_DIRECTORY" value="$ProjectFileDir$" /> </exec> </tool> <tool name="Create Service[c]" description="Generates an AngularJS service (constant)." showInMainMenu="true" showInEditor="false" showInProject="true" showInSearchPopup="false" disabled="false" useConsole="false" showConsoleOnStdOut="false" showConsoleOnStdErr="true" synchronizeAfterRun="true"> <exec> <option name="COMMAND" value="yo" /> <option name="PARAMETERS" value="angular:service $Prompt$ --constant" /> <option name="WORKING_DIRECTORY" value="$ProjectFileDir$" /> </exec> </tool> </toolSet>