Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 841 Bytes

File metadata and controls

39 lines (24 loc) · 841 Bytes

Component Dock ⚓

Your Component Library Scaffold Tool

A powerful CLI tool that helps you quickly scaffold modern React component libraries with shadcn/ui integration, TypeScript support, and production-ready build configuration.

📦 Packages

  • cli - Main CLI tool for scaffolding component libraries

🚀 Quick Start

npm install -g component-dock
component create my-design-system

🛠️ Development

# Install dependencies
npm install

# Build all packages
npm build

# Development mode
npm dev

📚 Documentation

📄 License

MIT License - see the LICENSE file for details.