PHPackages                             aniftyco/skeletor - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. aniftyco/skeletor

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

aniftyco/skeletor
=================

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

v0.1.1(1y ago)961.6k↑75%1[5 issues](https://github.com/aniftyco/skeletor/issues)2MITPHPPHP ^8.1

Since Nov 17Pushed 1y ago3 watchersCompare

[ Source](https://github.com/aniftyco/skeletor)[ Packagist](https://packagist.org/packages/aniftyco/skeletor)[ Docs](https://github.com/aniftyco/skeletor)[ RSS](/packages/aniftyco-skeletor/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (6)Versions (3)Used By (2)

Skeletor
========

[](#skeletor)

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

Installation
------------

[](#installation)

```
composer install --dev aniftyco/skeletor
```

Usage
-----

[](#usage)

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

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

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

```
