Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aniftyco/skeletor

Summon Skeletor's minion: a Composer companion to unleash extra functionality with every `create-project` command.
https://github.com/aniftyco/skeletor

Last synced: about 1 month ago
JSON representation

Summon Skeletor's minion: a Composer companion to unleash extra functionality with every `create-project` command.

Awesome Lists containing this project

README

        

# Skeletor

> Summon Skeletor's minion: a Composer companion to unleash extra functionality with every `create-project` command.

> [!WARNING]
> This package is not ready for general consumption

## Installation

```sh
composer install --dev aniftyco/skeletor:dev-master
```

## Usage

Make sure the following is set in the `scripts` section of `composer.json`:

```json
"post-create-project-cmd": [
"NiftyCo\\Skeletor\\Runner::execute"
],
```

Then just create a `Skeletorfile.php` in the root with this:

```php