mix ash_typescript.install (ash_typescript v0.17.3)

Copy Markdown View Source

Installs AshTypescript into a project. Should be called with mix igniter.install ash_typescript

Options

  • --framework - The frontend framework to use (react, vue, svelte, solid). If omitted, you'll be prompted to choose interactively.

  • --bundler - The bundler to use (esbuild, vite). Default: esbuild.

  • --bun - Use Bun instead of npm for package management.

  • --inertia - Install with Inertia.js support for SSR. Requires a framework and --bundler esbuild.

Examples

mix igniter.install ash_typescript
mix igniter.install ash_typescript --framework react --bundler vite
mix igniter.install ash_typescript --framework svelte --inertia