aprehende-cli
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

🚀 Aprehende CLI Tool

Built with TypeScript Version

Aprehende CLI Tool is a powerful command line interface (CLI) tool specifically designed to enhance your React application development workflow.

Installation

To install Aprehende CLI Tool, you can use npm. Run the following command:

npm install -g aprehende-cli

Usage

Aprehende CLI Tool provides various commands to streamline your React development process. Here are some examples:

Create a Normal Button Component

To create a normal button component, use the following command:

aprehende create component Button

Create a Component with JavaScript File

To create a component with a JavaScript file, use the following command:

aprehende create component Button -j

This command will create the component with a JavaScript file.

Create a Component with CSS File

To create a component with a CSS file, use the following command:

aprehende create component Button -c

This command will create the component with a CSS file.

Create a Component with Hooks Folder

To create a component with a hooks folder, use the following command:

aprehende create component Button -H

This command will create the component with a hooks folder.

Create a Component with Styled Components

To create a component with styled components, use the following command:

aprehende create component Button -s

This command will create the component with styled components.

Create a Component with Components Folder

To create a component with a components folder, use the following command:

aprehende create component Button -C

This command will create the component with a components folder.

Create a Component with All Options

To create a component with all options (CSS, styled components, components folder, hooks), use the following command:

aprehende create component Button -f

This command will create the component with all available options.

Create a Hook with JavaScript File

To create a hook with a JavaScript file, use the following command:

aprehende create component hook -j

This command will create a hook with a JavaScript file.

License

Aprehende CLI Tool is released under the MIT License. See the LICENSE file for details.

Contributors

Thanks to the following contributors who have helped with this project:

Jordan Jaramillo
Jordan Jaramillo

💻
Geampiere Jaramillo
Geampiere Jaramillo

💻
Daniel Caicedo
Daniel Caicedo

💻
Hector Sanchez
Hector Sanchez

💻

Package Sidebar

Install

npm i aprehende-cli

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

38 kB

Total Files

48

Last publish

Collaborators

  • jordanrjdev