项目作者: sebastianbergmann

项目描述 :
Library for counting the lines of code in PHP source code
高级语言: PHP
项目地址: git://github.com/sebastianbergmann/lines-of-code.git
创建时间: 2020-07-11T07:51:36Z
项目社区:https://github.com/sebastianbergmann/lines-of-code

开源协议:Other

下载


Latest Stable Version
CI Status
codecov

sebastian/lines-of-code

Library for counting the lines of code in PHP source code.

Installation

You can add this library as a local, per-project dependency to your project using Composer:

  1. composer require sebastian/lines-of-code

If you only need this library during development, for instance to run your project’s test suite, then you should add it as a development-time dependency:

  1. composer require --dev sebastian/lines-of-code