-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Overview
Initialize Laravel Zero application with proper configuration.
Tasks
- Run
laravel-zero new commit-cliorcomposer create-project --prefer-dist laravel-zero/laravel-zero commit-cli - Set app name to
commitin config/app.php - Configure box.json for building phar
- Add to PATH documentation
App Name
// config/app.php
'name' => 'commit',Expected Usage
commit # Interactive commit
commit msg "feat: X" # Generate message
commit amend # Amend last commit
commit fix # Quick fix commitReference
- Follow
knowledgeCLI pattern: https://github.com/conduit-ui/knowledge - Laravel Zero docs: https://laravel-zero.com
Metadata
Metadata
Assignees
Labels
No labels