@codophonics/create-astrotauri
v0.1.1
Published
Scaffold a new Astro + Tauri + Tailwind desktop app from the codophonics template.
Maintainers
Readme
@codophonics/create-astrotauri
Scaffold a new Astro + Tailwind + Tauri desktop app from the codophonics/astrotauri-template template.
Usage
npm create @codophonics/astrotauri my-app
# or
npx @codophonics/create-astrotauri my-appYou'll be prompted for the display title, bundle identifier, description, and an optional git remote. Any of these can be supplied as flags to skip the prompts:
npx @codophonics/create-astrotauri my-app \
--title "My App" \
--identifier com.example.myapp \
--description "A neat little app." \
--repo [email protected]:me/my-app.gitThe CLI will:
- Download the template into
./<project-name>/. - Apply your project values across
package.json,Cargo.toml,tauri.conf.json, the page template, and the README. - Run
git init, make an initial commit, and addoriginif you provided a remote.
It does not run npm install — pick your package manager and run it yourself:
cd my-app
npm install
npm run tauri:devRequirements
- Node.js >= 20
- Git
- Rust toolchain (for running the generated app via Tauri)
License
MIT
