Skip to content

grasmash/artifice

Repository files navigation

Build Status Coverage Status

Install

$ composer require grasmash/artifice

Contributing

Clone repo:

$ git clone git@github.com:grasmash/artifice.git /path/to/artifice

Edit ~/.composer/composer.json:

{
    "repositories": {
        "artifice": {
            "type": "path",
            "url": "/path/to/artifice",
            "options": {
                "symlink": true
            }
        }
    },
    "require": {
        "grasmash/artifice": "*@dev"
    }
}

Execute:

$ composer global update
$ composer list

You should now see generate-artifact as an available command.

Testing

$ cd /path/to/artifice
$ composer test

Auto-fix code style

$ cd /path/to/artifice
$ composer cbf

Debugging

Composer disables xDebug by default. To force xDebug usage when debugging the generate-arifact command, run:

$ COMPOSER_ALLOW_XDEBUG=1 composer generate-artifact

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages