remix-forms
remix-forms copied to clipboard
CLI to initialize Remix Forms in a project
Something like npx remix-forms init
that would:
- Detect if we're in a Remix or React Router project
- Install the correct dependencies
- Create the correct
formAction
function - Create the correct
Form
component