Skip to content

Instantly share code, notes, and snippets.

@calpo
Created December 20, 2011 09:31
Show Gist options
  • Save calpo/1500945 to your computer and use it in GitHub Desktop.
Save calpo/1500945 to your computer and use it in GitHub Desktop.
phpcpdとphpmdインストール
#!/bin/sh
pear channel-discover components.ez.no
pear install phpunit/File_Iterator
pear install phpunit/phpcpd
pear channel-discover pear.pdepend.org
pear channel-discover pear.phpmd.org
pear install pdepend/PHP_Depend
pear install phpmd/PHP_PMD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment