create-archiject-app v0.5.0
Create Archihect App CLI
Scaffold a new project with Nextjs and Shadcn/UI.
Usage
To scaffold a new project, run the following command:
npx create-archiject-app my-app
# or
pnpm dlx create-archiject-app my-app
# or
yarn dlx create-archiject-app my-app
# or
bunx --bun create-archiject-app my-app
After running the above command, you will be prompted to select a theme based on Shadcn/UI. To select a theme, you need to choose a style and a color.
✔ Select a style (based of Shadcn/UI) > new-york
✔ Select a color (based of Shadcn/UI) > Neutral
If you want to use the default theme, you can use the --default
or -d
option.
npx create-archiject-app my-app -d
# or
pnpm dlx create-archiject-app my-app -d
# or
yarn dlx create-archiject-app my-app -d
# or
bunx --bun create-archiject-app my-app -d
Note: create-archiject-app will also implement dark mode feature by default. to disable dark mode, use the --no-dark-mode
option.
Options
To see the list of arguments and options available, run the following command:
npx create-archiject-app --help
# or
pnpm dlx create-archiject-app --help
# or
yarn dlx create-archiject-app --help
# or
bunx --bun create-archiject-app --help
9 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago