An open API service indexing awesome lists of open source software.

https://github.com/cecilapp/composer-installer

Composer Installer for Cecil's plugins and themes.
https://github.com/cecilapp/composer-installer

cecil composer-installers composer-plugin

Last synced: 4 months ago
JSON representation

Composer Installer for Cecil's plugins and themes.

Awesome Lists containing this project

README

          

# Cecil Composer Installer

The [Composer](https://getcomposer.org) Installer for [Cecil](https://cecil.app)'s themes and extensions.

## Usage

Add the following lines to the `composer.json` file of your **theme** or **extension**:

```json
"require": {
"cecil/installer": "^1.0"
}
```

### Type

```json
"type": "cecil-",
```

Value of `` could be `theme` or `extension`.

### Name

```json
"extra": {
"name": "",
}
```

## License

_Cecil Composer Installer_ is a free software distributed under the terms of the MIT license.

© Arnaud Ligny