remix-forms icon indicating copy to clipboard operation
remix-forms copied to clipboard

CLI to initialize Remix Forms in a project

Open danielweinmann opened this issue 2 years ago • 0 comments

Something like npx remix-forms init that would:

  1. Detect if we're in a Remix or React Router project
  2. Install the correct dependencies
  3. Create the correct formAction function
  4. Create the correct Form component

danielweinmann avatar Feb 14 '23 14:02 danielweinmann