Skip to content

Instantly share code, notes, and snippets.

@peterbsmyth
Last active March 18, 2019 18:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterbsmyth/f64b8762e74ec307f6af099958b8eac9 to your computer and use it in GitHub Desktop.
Save peterbsmyth/f64b8762e74ec307f6af099958b8eac9 to your computer and use it in GitHub Desktop.
sample usages from command line
# 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