buddy-alexous
v1.0.6
Published
A Node.js CLI utility that automates the creation of TypeScript-based React.
Downloads
2
Readme
Buddy Alexous CLI Tool
A Command-Line Interface (CLI) designed to assist with common React tasks.
Version
1.0.4
Description
A CLI for React developers aiming to streamline and automate routine tasks.
Installation
To install the CLI tool globally, use:
npm install -g buddy-alexous
Commands
1. Find Unused Components
Searches for unused React components in your project.
buddy-alexous find-unused
2. Create a New Component
Generates a new React component with a specified name.
buddy-alexous create-component [ComponentName]
3. List Component Dependencies
Lists all the dependencies (imports) of a specified React component.
buddy-alexous list-component-dependencies [path/to/Component.jsx]
4. Generate Component Documentation
Generates basic documentation for a specific React component based on its content.
buddy-alexous generate-doc [path/to/Component.jsx]
5. List Components and Their Sizes
Lists all the React components in a specified directory along with their sizes.
buddy-alexous generate-doc [path/to/Component.jsx]
Contribution
Feel free to submit issues or pull requests, your feedback is always welcome!