create-postpipe-signup
v1.0.4
Published
CLI to scaffold PostPipe Signup Flow
Downloads
583
Readme
Create PostPipe Signup
CLI to scaffold the Signup Flow (Frontend + Backend) for Next.js applications.
Features
- ⚡ specific: Generates Signup Form UI.
- 🔗 Integrated: Works seamlessly with
create-postpipe-auth. - ✅ Validation: Includes Zod schema for signup data.
- 🎨 Responsive: Uses your existing Tailwind setup.
Usage
Run this command in your Next.js project root:
npx create-postpipe-signupWhat it does
- Creates
src/app/signup/page.tsx(or equivalent). - Connects to Server Actions for user registration.
- Adds form validation handling.
Credits
Created by Sourodip Roy.
License
CC-BY-NC-SA-4.0
