0.5.0 • Published 9 months ago

create-archiject-app v0.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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
0.5.0

9 months ago

0.4.2

10 months ago

0.4.1

10 months ago

0.3.4

10 months ago

0.3.2

10 months ago

0.3.1

10 months ago

0.3.0

10 months ago

0.2.1

10 months ago

0.2.0

10 months ago

0.1.3

10 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago

0.0.14

10 months ago

0.0.13

10 months ago

0.0.12

10 months ago

0.0.11

10 months ago

0.0.10

10 months ago

0.0.9

10 months ago

0.0.8

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago