Usage
Basic Usage
To get started, simply run the console command:
paw
The program will then ask you a few questions and prepare the selected project for you.
Custom Templates
To work with a custom template, pass the repository name as the first parameter:
paw some/package
In this case, Package Wizard will download the specified project and run the wizard for it.
Local Setup
If the template project is already on your device, and you want to start customizing it immediately, run the console command with the --local
parameter and specify the folder path instead of the name. For example:
paw . --local
paw some/directory --local
paw /var/www/some --local
Last modified: 20 March 2025