nexui-dashboard
v1.0.1
Published
CLI to scaffold the NexUI Dashboard
Maintainers
Readme
NexUI Dashboard CLI
A CLI tool to scaffold the NexUI Dashboard.
Installation
You can use this CLI directly with npx:
npx nexui-dashboard [project-name]Or install it globally:
npm install -g nexui-dashboard
nexui-dashboard [project-name]Usage
- Run the CLI:
npx nexui-dashboard my-dashboard - Navigate to the project:
cd my-dashboard - Install dependencies:
npm install - Start the development server:
npm run dev
Publishing (For Maintainers)
To publish this package to the NPM registry:
- Login to NPM:
npm login - Sync the latest template:
npm run sync - Publish:
(This will make the package publicly available on the NPM registry).npm publish --access public
