Tip
Package Wizard is a library for easy creation and customization of new projects with a CLI tool using ready-made templates.
To get the latest version of Package Wizard, simply require the project using Composer:
composer require package-wizard/composer-lightDescribe here what your application will do.
And this template just returns the text:
use PackageWizard\ComposerLight\YourApp;
return YourApp::get();
// This is a very cool project!See the documentation for detailed installation instructions.
The Package Wizard is licensed under the :license:.