Download the PHP package tomk79/diffdir without Composer
On this page you can find all versions of the php package tomk79/diffdir. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tomk79/diffdir
More information about tomk79/diffdir
Files in tomk79/diffdir
Download tomk79/diffdir
More information about tomk79/diffdir
Files in tomk79/diffdir
Vendor tomk79
Package diffdir
Short Description 2つのディレクトリを比較し、検出された差分をレポートしてくれるコマンドです。ライブラリとしても利用できます。
License MIT
Package diffdir
Short Description 2つのディレクトリを比較し、検出された差分をレポートしてくれるコマンドです。ライブラリとしても利用できます。
License MIT
Please rate this library. Is it a good library?
Informations about the package diffdir
diffdir
diffdir は、2つのディレクトリを比較し、差分のあったファイルを抽出します。
比較した内容は1ファイル1行のCSVファイルに記録され、ファイルごとの差分を確認できるHTMLファイルを出力します。
インストール手順 - Install
diffdir のインストールには composer
を使用します。
使い方 - Usage
基本的な使い方 - Basic usage.
サンプルデータを比較する例 - Example: diff of sample data.
オプション
-o 結果の出力先ディレクトリを指定する
-o
オプションをつけて、出力先ディレクトリを指定します。
--strip-crlf 改行コードを無視する
--strip-crlf
オプションをつけて比較すると、改行コードだけの違いは無視されます。
-v 詳細なメッセージを出力する
-v
オプションをつけて比較すると、ターミナル上に処理の詳細が表示されます。
-q メッセージを表示しない
-q
オプションをつけて比較すると、ターミナル上の表示の一切が隠されます。
PHPスクリプト内で使用する
ライセンス - License
MIT License
作者 - Author
- (C)Tomoya Koyanagi [email protected]
- website: http://www.pxt.jp/
- Twitter: @tomk79 http://twitter.com/tomk79/
付録 - Appendix
composer のインストール
composer
のインストール方法について
詳しくは composerの公式サイト(英語) を参照してください。
下記は公式サイトからの抜粋です。参考までに。
Macの方
Mac の方は、次のコマンドでグローバルインストールできます。
Windowsの方
Windows の方は、GUIインストーラ Composer-Setup.exe が用意されています。 次のコマンドでもインストールできますので、お好みの方法でインストールしてください。
開発者向け情報 - for Developer
テスト - Test
All versions of diffdir with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
tomk79/filesystem Version ^1.0
phpspec/php-diff Version ^1.1
cogpowered/finediff Version ^0.3.1
tomk79/filesystem Version ^1.0
phpspec/php-diff Version ^1.1
cogpowered/finediff Version ^0.3.1
The package tomk79/diffdir contains the following files
Loading the files please wait ....