projek-xyz/ci-installer

Composer installers for Projek.xyz CI3 Starter Kit

Fund package maintenance!
feryardiant
creasico

Installs: 76

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:composer-installer

dev-master 2020-06-11 12:02 UTC

This package is auto-updated.

Last update: 2024-03-11 20:20:38 UTC


README

License Build Status Gittip Donate PayPal Donate

CAUTION: THIS FORK IS CONTAINS MODIFICATIONS FROM compwright/codeigniter-installers TO MEET MY PERSONAL NEED, YOU SHOULD GO WITH THE ORIGINAL ONE INSTEAD.

Install

Via Composer

$ composer require projek-xyz/ci-installer --prefer-dist

Usage

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": "*"
	}
}

Supported Types

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)

Testing

phpunit

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Credits

  1. Jonathon Hill as author of awesome compwright/codeigniter-installers.

License

MIT © Fery Wardiyanto. Please see License File for more information.