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.
- cli - Main CLI tool for scaffolding component libraries
npm install -g component-dock
component create my-design-system# Install dependencies
npm install
# Build all packages
npm build
# Development mode
npm dev- CLI Documentation - Complete CLI usage guide
- Contributing Guide - How to contribute to the project
MIT License - see the LICENSE file for details.