Skip to content

Instantly share code, notes, and snippets.

@suenot
Last active December 22, 2015 07:09
Show Gist options
  • Save suenot/6436390 to your computer and use it in GitHub Desktop.
Save suenot/6436390 to your computer and use it in GitHub Desktop.
Yeoman
curl https://raw.github.com/creationix/nvm/master/install.sh | sh
nvm install 0.10.6
nvm use 0.10.6
nvm alias default 0.10.6
npm install -g yo generator-webapp
yo webapp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment