1.0.6 • Published 7 months ago

buddy-alexous v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

Buddy Alexous CLI Tool

Flat design gif animation of a mage wielding a magic staff. Blue sparks emanate from the staff's tip, illuminating the surroundings. The mage's robe billows gently, and the stars in the background twinkle.

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!

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago