@myxogastria0808/create-tadaima
    Preparing search index...

    @myxogastria0808/create-tadaima

    @myxogastria0808/create-tadaima

    Wiki Docs Test NPM Version NPM Type Definitions Download NPM NPM Downloads All Time GitHub License Typedoc Vitest Built with Starlight RenovateBot

    Warning

    This project is under active development and not yet stable.

    Scaffold a @myxogastria0808/tadaima greeter project.

    Wiki   API Reference (@myxogastria0808/create-tadaima)

    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