resume/installer-plugin

This package is abandoned and no longer maintained. No replacement package was suggested.

dev-master 2019-05-06 18:28 UTC

This package is auto-updated.

Last update: 2020-03-06 20:10:25 UTC


README

Resume Installer Plugin

Latest Version on Packagist Total Downloads Software License Build Status StyleCI

This is the composer plugin used to install themes for Resume Cli in the right place.

Index

Installation

You'll have to follow a couple of simple steps to install this package.

Downloading

Via composer:

$ composer require resume/installer-plugin

Or add the package to your dependencies in composer.json and run composer update on the command line to download the package:

{
    "require": {
        "resume/installer-plugin": "^1.0"
    }
}

Usage

This plugin isn't meant to be used independently from Resume Cli. The plugin does all the work behind the scenes to make everything about that work smoothly.

Contributing

All contributions (pull requests, issues and feature requests) are welcome. Make sure to read through the CONTRIBUTING.md first, though. See the contributors page for all contributors.

License

resume/installer-plugin is licensed under the MIT License (MIT). Please see the license file for more information.