1.0.6 • Published 7 months ago

@zx-toolkit/react-cli v1.0.6

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

ZX React CLI

Welcome to the ZX React CLI repository! This tool is designed to facilitate React project development, streamlining the creation of components, pages, and hooks. With ZX React CLI, you can focus more on code and less on repetitive structuring tasks.

Key Features

FunctionalityCommandDescription
Initialize configurationnpx react initFenerate a default ZX React CLI settings file in your project called react.config.json.
Component Generationnpx react new:component ComponentNameGenerates a new reusable component with a basic structure.
Page Generationnpx react new:page PageNameQuickly generates complete pages files, aiding in page development.
Hook Generationnpx react new:hook HookNameSwiftly creates standardized custom hooks for efficient state management and logic in React applications.

How to Use

  1. Make sure you have Node.js installed on your machine.
  2. Install React CLI globally using the following command:

    npm i @zx-toolkit/react-cli

  3. Run the init command to create the default settings file in your React project

    npx react init

  4. You can now use the aforementioned commands to generate components, pages, and hooks according to your project's needs.

Contribution

Contributions are welcome! If you encounter issues, have ideas for improvements, or want to add new features, feel free to open an issue or submit a pull request in this repository.

Together, let's make React development more efficient and productive with React CLI. Thank you for using and contributing to this tool!

1.0.6

7 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago