webcollectionui
v1.0.0
Published
A simple CLI tool for Vite/React projects that automates the creation of a components folder inside the src directory.
Downloads
6
Maintainers
Readme
WebCollectionUI
A simple CLI tool for Vite/React projects that automates the creation of a components folder inside the src directory. This tool is designed to streamline your project setup and save time by pre-organizing your component structure. It also allows you to quickly generate multiple components like Card.jsx, Button.jsx, and more with a single command.
Features
- Automatically creates a
componentsfolder inside thesrcdirectory of your Vite/React project. - Generates multiple pre-defined component files (e.g.,
Card.jsx,Button.jsx) in thecomponentsfolder. - Saves time during project setup with a simple CLI interface.
Installation
To install webcollectionui globally, run:
npm install -g webcollectionui