Skip to content

Instantly share code, notes, and snippets.

@sulco
Last active December 17, 2016 16:55
Show Gist options
  • Save sulco/c8e4517026c96e3ad07356c4fd6e1871 to your computer and use it in GitHub Desktop.
Save sulco/c8e4517026c96e3ad07356c4fd6e1871 to your computer and use it in GitHub Desktop.
ngapp() {
ng new $1 --style=sass --skip-npm && cd $1 && yarn
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment