pack-it-React
A cli tool to bootstrap your React component project with all the necessary packages and configurations.
Demo
Btw now if you want to⚙️setup a React component library package📦with TypeScript support just
— Rohit (@rohitistweet)October 19, 2023
run 🏃♂️🏃♀️
📃 `npx pack-it-react go`
📃 `yarn && yarn prepare`
and see your component in action using `yarn example`
Usage
Run the CLI with npx to setup your new project.
npx pack-it-react go
after that go to your project directory and run
yarn && yarn prepare
Contributing
Contributions are welcome! Follow these steps to contribute to the project:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and submit a pull request.
- Please ensure your code adheres to the existing coding standards.
GitHub Repository
You can drop a star on the GitHub repository if you find this project useful. Also, feel free to open an issue if you face any problem or if you would like to suggest an improvement.