/git-flamethrower

A tool designed for improving workflows with Git

Primary LanguagePHPMIT LicenseMIT

Package Skeleton

Build Status Total Downloads Latest Stable Version License

:package_description

Installation

Add the git-flamethrower package to your composer.json file.

{
    "require": {
        "mcampbell508/git-flamethrower": "1.0.*"
    }
}

Or via the command line in the root of your Laravel installation.

$ composer require "mcampbell508/git-flamethrower:1.0*"

Usage

vendor/bin/git-flamethrower

Code Style

This project follows the following code style guidelines:

$ php vendor/bin/php-cs-fixer fix

Testing

$ php vendor/bin/phpunit

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.