momentumstudio/composer-presets

This package is abandoned and no longer maintained. No replacement package was suggested.

The easy way to bootstrap PHP projects.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Type:composer-plugin

dev-master 2020-11-02 15:04 UTC

This package is auto-updated.

Last update: 2020-11-05 08:56:56 UTC


README

Logo Image

Composer Presets

This project is licensed MIT.

Composer Presets by Momentum Studio is a tool that allows you to store one or more presets for bootstrapping a project. There are a set a default presets provided or you can simply edit an provide your own, in JSON format.

Installation & Usage

WARNING: This is in a very early alpha state, so may error a lot!

Requires

Use Composer to install Composer Presets as a global dependency on your machine:

composer global require momentumstudio/composer-presets:dev-master

Ensure Composer is also in your $PATH.

You can then run a preset by running preset. This will show a menu with the current default presets.

Running preset install {name} {directory} will let you run a preset on a given directory. If the directory doesn't exist, it will be created automatically.

To create your own presets, run preset edit {name}. This will open your default editor. If you are using the same name as a default preset, the editor will copy its config ready for you to modify to your needs. This allows you to create your own default preset for Laravel!

Contributing

Please see CONTRIBUTING.md for details about how you can help!