resume / installer-plugin
Installs: 3
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:composer-plugin
Requires
- php: ^7.1
- composer-plugin-api: ^1.0
Requires (Dev)
- composer/composer: ^1.3
- phpunit/phpunit: ^6.5
This package is auto-updated.
Last update: 2020-03-06 20:10:25 UTC
README
Resume Installer Plugin
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.