Open
Description
Setting up new React on Rails projects can be repetitive and time-consuming. To streamline this process, I propose the introduction of a CLI tool called create-react-on-rails-app
. This tool will accelerate setup, reduce errors, and help standardize project configurations, making it particularly beneficial for newcomers. Also, it would help you easily select the package manager and template in one command.
options:
- Name of application
template
package-manager
(npm, yarn_classic, yarn_berry, pnp)
npx create-react-on-rails-app MyNewApp --template=typescript --package-manager=yarn