0.0.9 • Published 9 months ago
@nex-ui/cli v0.0.9
@nex-ui/cli
This CLI tool enables you to quickly start building an application integrated with NexUI, with everything set up for you.
Quick Start
To get started, use the following command:
npx nex-ui@latest initUsage
The official CLI for Nex UI
Usage: nexui-cli [options] [command]
Options:
-v, --version Output the current version
-h, --help Display help for command
Commands:
init [project-name] [options] Initializes a new project
Options:
-t, --template <template> Use a specific template
Available templates:
next-app A Next.js 15 with app directory template pre-configured with NexUI and Emotion.
next-pages A Next.js 15 with pages directory template pre-configured with NexUI and Emotion.
vite A Vite + React template pre-configured with NexUI and Emotion.
vite-swc A Vite-SWC + React template pre-configured with NexUI and Emotion.Documentation
Visit https://nex-ui-docs.vercel.app/docs/getting-started/cli to view the full documentation.
Contributing
Contributions are always welcome!
See CONTRIBUTING.md for ways to get started.
Please adhere to this project's CODE_OF_CONDUCT.