/phpsize

Package to measure the amount of files and lines of a project

Primary LanguagePHP

PHPsize

Build Status Code Climate

Show this information about your project:

Count Files Count Lines Count Digits Count Logic Lines Count Logic Digits

Measure the size of project in number of files, lines, etc.

Easy configuration and secure result!

Installation

$ wget https://raw.githubusercontent.com/00F100/phpsize/master/dist/phpsize.phar

or Download Phar file

Usage

PHPsize version 0.1.0
   Usage:
         Return JSON:
         php phpsize.phar --dir <path dir> --extension <valid extension> [--recursive]

         Create badges SVG:
         php phpsize.phar --dir <path dir> --extension <valid extension> --generate-svg <path dir> [--recursive]

   Options:
         -d,  --dir           Directory to load files
         -e,  --extension     Extension of files to load
         -g,  --generate-svg  Directory to save SVG files
         -r,  --recursive     Include subdirectory
         -h,  --help          Show this dialog