Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aniftyco/skeletor
- Owner: aniftyco
- License: mit
- Created: 2024-11-08T02:26:27.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-08T03:06:17.000Z (about 2 months ago)
- Last Synced: 2024-11-08T03:33:29.543Z (about 2 months ago)
- Language: PHP
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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