0.5.0 • Published 1 year ago

create-archiject-app v0.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.4.2

1 year ago

0.4.1

1 year ago

0.3.4

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago