Last active
March 18, 2019 18:52
-
-
Save peterbsmyth/f64b8762e74ec307f6af099958b8eac9 to your computer and use it in GitHub Desktop.
sample usages from command line
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
# Testing | |
## using @angular-devkit/schematics | |
schematics .:login --name=snapchat | |
# Production | |
## using @angular/cli with shorthand | |
ng generate @acme/schematics:login snapchat | |
## using @angular/cli | |
ng generate @acme/schematics:login --name=snapchat | |
## using @angular/cli with additional options | |
ng generate @acme/schematics:login --name=snapchat --oauth |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment