php-commitizen
PHP Commitizen - A CLI tool used to create commits according to Conventional Commits specification
File Explorer
Download Latest Version (.zip)- InvalidArgumentException.php
- Body.php
- Description.php
- Footer.php
- Scope.php
- Subject.php
- Type.php
- CommitCommand.php
- Configuration.php
- CreateConventionalCommit.php
- configuration.php
- BodyTest.php
- DescriptionTest.php
- FooterTest.php
- ScopeTest.php
- SubjectTest.php
- TypeTest.php
- CommitCommandTest.php
- ConfigurationTest.php
- CreateConventionalCommitTest.php
- .gitignore
- .php-commitizen.php
- .scrutinizer.yml
- composer.json
- composer.lock
- LICENSE
- php-commitizen
- phpunit.xml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/conventional-commits/php-commitizen
Downloads the entire project code from GitHub to your computer.
cd php-commitizen
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
composer install
Installs the PHP libraries listed in composer.json.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
