Skip to content

hyperioncli (Commands)

Terminal window
npx hyperioncli@unstable-flake <command> [options]
  1. Follow the hyperioncli prompts.

    1. Welcome to Turbo. Let's get started.
    - What is the path to your new turborepo? ./(turboPath)
  2. Finish all other configuration, if your running Nitrox.

    styles/global.css
    @tailwind base;
    @tailwind components;
    @tailwind utilities;
  3. Initialize shadcn/ui.

    Terminal window
    npx shadcn@latest init