@nuggetwise/cli
Version:
Magic Nuggetwise CLI for Cursor IDE integration
87 lines (62 loc) ⢠1.75 kB
Markdown
# @nuggetwise/cli
Magic Nuggetwise CLI for Cursor IDE integration
## š Getting Started
### Prerequisites
- Node.js 18+
- npm or yarn
### Installation
```bash
npm install
```
### Development
```bash
npm run dev
```
### Build
```bash
npm run build
```
## šØ Components
This project uses Magic Nuggetwise for AI-powered component generation.
### Generated Components
### Adding New Components
Use the Magic Nuggetwise CLI to generate new components:
```bash
nw "A modern login form with email and password fields"
nw "A responsive navigation bar with mobile menu"
nw "A data table with sorting and pagination"
```
## š ļø Tech Stack
- **Framework**: React
- **Styling**: Tailwind CSS
- **Language**: TypeScript
- **Build Tool**: esbuild
## š Project Structure
```
/Users/singhm/mcpnw/packages/cli/
āāā src/
ā āāā components/ # React components
ā āāā pages/ # Page components
ā āāā styles/ # CSS files
ā āāā utils/ # Utility functions
āāā public/ # Static assets
āāā package.json # Dependencies
```
## š¤ Magic Nuggetwise Integration
This project is enhanced with Magic Nuggetwise, an AI-powered component generation tool for Cursor IDE.
### Features
- šØ AI-powered component generation
- š¦ 165+ pre-built components
- š One-click preview deployment
- š Component search and discovery
- š° Token-based usage tracking
### Commands
- `nw "description"` - Generate component
- `nw --readme` - Generate README
- `nw --analyze` - Analyze project
- `nw components` - List components
- `nw preview` - Deploy preview
## š License
MIT
---
Built with ā¤ļø using [Magic Nuggetwise](https://nuggetwise.com)