lambo icon indicating copy to clipboard operation
lambo copied to clipboard

Set default STACK in config (e.g. STACK=jetstream+inertia,teams)

Open camya opened this issue 2 years ago • 0 comments

Lambo helps me to create my preferred Laravel Stack easy by passing the option --breeze=blade. I use this 100% of the time.

Feature Request: Allow to set the default STACK in config

Instead of passing --breeze=blade every time, it could be a great time saver to just define the default stack in the ~/.lambo/config file.

Examples: STACK=breeze+blade STACK=jetstream+livewire,teams

The available options could be:

STACK=breeze+blade
STACK=breeze+vue
STACK=breeze+react
STACK=jetstream+inertia
STACK=jetstream+inertia,teams
STACK=jetstream+livewire
STACK=jetstream+livewire,teams

A user can still overwrite this value on the command line, e.g. lambo project-name --breeze=vue

camya avatar Sep 12 '22 12:09 camya