feat-ui
v0.1.4
Published
Feat UI components
Maintainers
Readme
Feat UI CLI
Feat UI CLI is a command-line tool that simplifies the process of adding components to your project. It provides a simple and efficient way to add components to your project, ensuring that they are properly integrated and configured.
Installation
To install Feat UI CLI, run the following command:
npm install -g feat-uiFeatures
- Initialize projects with required dependencies and configurations.
- Add components seamlessly to your project.
- Automatically handles dependency installation and project setup.
Usage
Initialization
Use the init command to set up your project with the necessary configurations. This includes setting up CSS utilities, and other essential dependencies.
npx anvy init
Adding Components
Use the add command to add components to your project.
npx anvy add <component-name>
Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request on the GitHub repository.
License
This project is licensed under the MIT License. See the LICENSE file for more information.
