cpx-tools/create

Scaffold a new cpx tool.

Maintainers

Package info

github.com/cpx-tools/create

pkg:composer/cpx-tools/create

Transparency log

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2026-07-20 15:59 UTC

This package is auto-updated.

Last update: 2026-07-20 16:04:45 UTC


README

Create CPX

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 Initial commit
  • 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.