Composer Installer for CI-StartApp
CAUTION: THIS FORK IS CONTAINS MODIFICATIONS FROM compwright/codeigniter-installers TO MEET MY PERSONAL NEED, YOU SHOULD GO WITH THE ORIGINAL ONE INSTEAD.
Via Composer
$ composer require projek-xyz/ci-installer --prefer-dist
To use, simply specify the desired type
from the list below and require
the
projek-xyz/ci-installer
package in your composer.json
file, like so:
{
"name": "vendor/package",
"type": "projek-ci-module",
"require": {
"projek-xyz/ci-installer": "*"
}
}
CI-StartApp it self only support 2 package types, which is
- projek-ci-module
- projek-ci-theme
More description soon
It's also support package types that compwright/codeigniter-installers had, except for spark
(I've remove it, sorry)
phpunit
Please see CONTRIBUTING and CONDUCT for details.
- Jonathon Hill as author of awesome compwright/codeigniter-installers.
MIT © Fery Wardiyanto. Please see License File for more information.