TomasVotruba / lines

CLI tool for quick size measure of PHP project, runs anywhere
https://tomasvotruba.com/blog/easy-and-quick-way-to-measure-lines-of-code-in-php
MIT License
163 stars 4 forks source link

Remove "vendor" command as not that practical and too specific #30

Closed TomasVotruba closed 1 year ago

TomasVotruba commented 1 year ago

After few weeks in real life, I realized this command is wrong. Often I need different operations, like:

vendor/bin/lines measure vendor --short
composer remove x
composer update --no-dev
vendor/bin/lines measure vendor --short
composer update

Sometimes with one more extra package removal or replace, so this command doesn't help :smile: