Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add task to generate publishable React library
This commit introduces a new task in Taskfile.yml named 'gen-react-pub-lib'. This task is designed to generate a publishable React library with specific options such as bundler, directory, importPath, and more. This will help in streamlining the process of creating new React libraries in the project.
- Loading branch information