Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drbarzaga/React-Frontend-Toolkit-CLI
A command-line tool designed to give developers quick access to a curated list of essential libraries and tools for frontend and React development.
https://github.com/drbarzaga/React-Frontend-Toolkit-CLI
cli developer-tools frontend frontend-developer frontend-tools react toolkit toolset web-development
Last synced: 3 months ago
JSON representation
A command-line tool designed to give developers quick access to a curated list of essential libraries and tools for frontend and React development.
- Host: GitHub
- URL: https://github.com/drbarzaga/React-Frontend-Toolkit-CLI
- Owner: drbarzaga
- License: mit
- Created: 2024-10-29T18:54:19.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-03T02:08:46.000Z (3 months ago)
- Last Synced: 2024-11-13T11:06:20.914Z (3 months ago)
- Topics: cli, developer-tools, frontend, frontend-developer, frontend-tools, react, toolkit, toolset, web-development
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/react-frontend-toolkit-cli
- Size: 12.4 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- React-Toolkit - official documentation
- React-Toolkit - official documentation
README
## React Frontend Toolkit CLI
A command-line tool designed to give developers quick access to a curated list of essential libraries and tools for frontend and React development, sourced from the [React Frontend Toolkit](https://github.com/drbarzaga/React-Frontend-Toolkit) repository
### Installation
> **Note:** Ensure you are using an LTS version of Node.js, recommended version 20.9.0.
To install the React Frontend Toolkit CLI, you can use npm, yarn or pnpm:
```bash
npm install -g react-frontend-toolkit-cli
``````bash
yarn global add react-frontend-toolkit-cli
``````bash
pnpm add -g react-frontend-toolkit-cli
```### Usage
```bash
rft-cli [options]
```### Commands
- `list`: To list all available categories of tools and libraries.
- `get `: To get a list of recommended tools for a specific category.### Examples
- To list all available categories of tools and libraries:
```bash
rft-cli list
```
![]()
- To get a list of recommended tools for a specific category, use the following command:
```bash
rft-cli get
```Replace `` with the desired category name, such as `charts`, `state management`, `forms`, etc.
![]()
### Options
- `-h, --help`: Display help for command.
- `-v, --version`: Output the version number.### Contributing
Contributions are welcome! Please read the [contributing guidelines](CONTRIBUTING.md) first.
### License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
### Contact
If you have any questions, suggestions, or feedback, feel free to reach out:
- **Email**: [[email protected]](mailto:[email protected])
- **Twitter**: [@dayanDev](https://twitter.com/dayanDev)
- **LinkedIn**: [Dayan Perez](https://www.linkedin.com/in/drbarzaga/)We look forward to hearing from you!
### Start Us on Github
If you find this project helpful, please consider giving it a star on [GitHub](https://github.com/drbarzaga/React-Frontend-Toolkit-CLI). Your support is greatly appreciated ❤️!