Skip to content

Instantly share code, notes, and snippets.

View malotur's full-sized avatar

Massimiliano Lo Turco malotur

View GitHub Profile
<?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>
<option name="COMMAND" value="yo.cmd" />
<option name="PARAMETERS" value="angular:route $Prompt$ --minsafe" />
<option name="WORKING_DIRECTORY" value="$ProjectFileDir$" />
</exec>
</tool>