cpx-tools / create
Scaffold a new cpx tool.
v1.0.0
2026-07-20 15:59 UTC
Requires
- php: ^8.2
- laravel-zero/framework: ^12.0.2
- laravel/prompts: ^0.3.21
Requires (Dev)
- laravel/pint: ^1.25.1
- mockery/mockery: ^1.6.12
- pestphp/pest: ^3.8.4|^4.1.2
README
Create CPX
Create a new CPX package powered by Laravel Zero.
Installation
cpx alias cpx-tools/create create
Usage
cpx create
Create CPX will ask for your package name and scaffold a ready-to-build project in the current directory.
What's included
- A fresh Laravel Zero application
- A default command for your script
- Composer metadata based on your Git configuration
- Commands for building and releasing your package
- A Git repository with an
Initialcommit - A starter README
Development
composer install php cpx-create
Run the test suite:
vendor/bin/pest
License
Create CPX is open-source software licensed under the MIT license.
