
A CLI tool to automatically generate a file to centralize your shadcn/ui component imports.
The CLI tool is designed to streamline the import process within your project by scanning your designated folder and generating a consolidated ui.ts file. This file serves as a centralized hub for re-exporting all components, enhancing project organization and making the code easier to read. With this tool, developers can focus on writing quality code without the hassle of managing repetitive imports or navigating complex file paths.
By leveraging this tool, you can drastically improve your development experience. It reduces clutter, promotes cleaner code practices, and ultimately creates a more enjoyable workflow.
ui.ts file that re-exports all components, simplifying import statements throughout your project.
Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.