This project is under active development and not yet stable.
Scaffold a @myxogastria0808/tadaima greeter project.
npx create-tadaima
Interactive prompts will ask for a project name and platform (Arch Linux / NixOS / Nix on other distro).
# Specify everything (no prompts)
npx create-tadaima my-greeter --platform nixos
# Scaffold in current directory
npx create-tadaima .
# Show help
npx create-tadaima --help
my-greeter/
package.json
src/
app.tsx
global.css
components/
Greeter.tsx
style.scss
flake.nix # NixOS / Nix only
.envrc # NixOS / Nix only
.gitignore