Skip to content

Instantly share code, notes, and snippets.

@tan-yuki
Last active August 29, 2015 14:04
Show Gist options
  • Save tan-yuki/d91aada1f8a60b8de9e7 to your computer and use it in GitHub Desktop.
Save tan-yuki/d91aada1f8a60b8de9e7 to your computer and use it in GitHub Desktop.

前提

下記がインストール済み

  • nvm

nvmのインストールの仕方くらいは自分で調べてね☆

参考) https://github.com/creationix/nvm

install

nvm install v0.10.30
npm install -g yo
npm install -g generator-chrome-extension

確認

yo --help | grep extensionとコマンドを叩くとなにか表示される。

[tanaka@macbook] % yo --help | grep extension
Chrome-extension
  chrome-extension:app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment