package-wizard/installer

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

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

This package is auto-updated.

Last update: 2025-04-01 07:58:23 UTC


README

package wizard

Stable Version Total Downloads License

Tip

Package Wizard is a library for easy creation and customization of new projects with a CLI tool using ready-made templates.

Installation

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

composer global require package-wizard/installer:*

Basic Usage

Once in the folder, call the paw console command and follow the prompts.

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

paw

Most Popular Commands

paw package-wizard/laravel
paw package-wizard/writerside
paw package-wizard/console
paw package-wizard/composer

paw moonshine/app

paw laravel/laravel
paw laravel/livewire-starter-kit
paw laravel/vue-starter-kit
paw laravel/react-starter-kit

Documentation

See the documentation for detailed installation instructions.

Troubleshooting

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

paw -vvv

License

The Package Wizard is licensed under the MIT License.