Install nette/coding-standard globally
Install Nette Coding Standard globally for PHP code style checking. Use this to get the `ecs` tool for enforcing consistent code style across your PHP projects.
/plugin marketplace add nette/claude-code/plugin install nette-dev@netteInstall nette/coding-standard globally for PHP code style checking.
Run these commands:
composer global config allow-plugins.dealerdirect/phpcodesniffer-composer-installer true
composer global require nette/coding-standard
After installation, the ecs tool will be available in composer's global bin directory.