Skip to content

projek-xyz/ci-installer

Repository files navigation

Composer Installer for CI-StartApp

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.

Releases

No releases published

Sponsor this project

  •  
  •  

Packages

No packages published

Languages