6
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

YUIDocのインストール

Posted at

JavaScriptで開発を行う際、ドキュメントの自動生成ツールとして使い勝手の良かったYUIDocのインストール方法を記載する。

まずはNode.jsをインストール

Node.jsのサイトにいき、"INSTALL"リンクを押す。すると、自動的にNode.jsのインストールパッケージ(node-v0.10.28.pkg)がダウンロードされる。
ダウンロードされたパッケージをダブルクリックして、インストーラの指示に下がインストールを行う。

ちなみにデフォルトのインストール先は、 /usr/local/bin となっており、その配下に、 nodenpm インストールされる。

YUIDocのインストール

無事に、 npm のインストールが完了したら、次に以下のコマンドを実行する。

$ sudo npm -g install yuidocjs

これだけで、YUIDocが使える様になりました。

6
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?