tighten/lambo

Refactor UI scaffolding API

jonsugar opened this issue · 0 comments

Remove --node and --mix

  • run asset install and compilation automatically for inertia installs.

Files to check

  • \App\Actions\InstallNpmDependencies
  • \App\Commands\Debug
  • \App\Commands\NewCommand
  • \App\Configuration\LamboConfiguration
  • \App\Configuration\SetConfig
  • \App\Options
  • \Tests\Feature\InstallNpmDependenciesTest
  • \Tests\Unit\SetConfigTest

Change user API

  • Remove references to --auth
  • Replace --frontend=<stack> with --inertia and --livewire and ensure that only one of either only one option is provided. Give appropriate feedback if not.