This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into confirmation-dialog
- Loading branch information
Showing
6 changed files
with
139 additions
and
60 deletions.
There are no files selected for viewing
This file contains 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 characters
This file contains 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 characters
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<stache | ||
pageTitle="generate" | ||
navTitle="generate"> | ||
|
||
<p><stache-code>skyux generate</stache-code> creates template items for your SKY UX project. This command requires two arguments. First, it requires a type argument to specify the type of item to create. Currently, <stache-code>component</stache-code> is the only available option for the type argument. And second, the command requires a name argument to provide a name for the template items.</p> | ||
|
||
<stache-page-anchor> | ||
Arguments | ||
</stache-page-anchor> | ||
<ul> | ||
<li> | ||
<p>Specify the type of template item to create. Currently, <stache-code>component</stache-code> is the only available option for this argument, and it generates the TypeScript, HTML, CSS, and spec files for a new component. <!-- The <stache-code>--template</stache-code> or <stache-code>-t</stache-code> option allows you to specify a template to use for the component. Currently, <stache-code>modal</stache-code> is the only available template for components. --></p> | ||
</li> | ||
<li> | ||
<p>Provide a name for the template items to create. You do not need to include file extension information. You can precede the name with an optional subfolder to create a subfolder in the <stache-code>src/app</stache-code> folder. If you do not specify a subfolder, the <stache-code>generate</stache-code> command places items directly in the <stache-code>src/app</stache-code> folder.</p> | ||
</li> | ||
</ul> | ||
<!-- | ||
<stache-page-anchor> | ||
Options | ||
</stache-page-anchor> | ||
<ul> | ||
<li><stache-include fileName="cli/template.html"></stache-include></li> | ||
</ul> | ||
--> | ||
</stache> |
This file contains 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 characters
Oops, something went wrong.