andrey-helldar/package-wizard

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

Package Wizard is a composer plugin for creating a new packages using CLI tool.

v1.3.1 2021-05-25 14:43 UTC

README

Package Wizard

Stable Version Unstable Version Total Downloads License

Requirements

Service Versions
Composer ^2.0
PHP ^7.2.5, ^8.0
php_ext-json any

Installation

To get the latest version of Package Wizard, simply require the project using Composer:

$ composer global require andrey-helldar/package-wizard

Update

You can update global dependencies by running the command:

$ composer global update

Using

Preview

Once in the folder, call the composer package:init command and follow the prompts.

The wizard will ask some questions and generate initial files for your project.

The following files and folders will be created:

.github/workflows
src/
tests/

.codecov.yml
.editorconfig
.gitattributes
.gitignore
.styleci.yml

composer.json

phpunit.xml
README.md

Troubleshooting

For detailed information while the application is running, run it with the -vvv parameter:

$ composer package:init -vvv

License

This package is licensed under the MIT License.