buddy-alexous

1.0.6 • Public • Published

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!

Readme

Keywords

none

Package Sidebar

Install

npm i buddy-alexous

Weekly Downloads

2

Version

1.0.6

License

ISC

Unpacked Size

13.2 kB

Total Files

7

Last publish

Collaborators

  • julianoalvescode