create-auth-app-pratik
v0.1.4
Published
NestJS authentication CLI generator
Maintainers
Readme
create-auth-app-pratik
Production-ready CLI generator for NestJS authentication systems.
Install
npm install
npm run build
npm linkUsage
create-auth-app my-projectOr run without linking:
npx create-auth-app-pratik my-projectThe CLI asks:
- Project name
- Enable email OTP verification
- Enable SMS OTP verification
- Database type (PostgreSQL/MySQL)
- Install dependencies now
Development
npm run devPublish
prepublishOnly automatically builds the project:
npm publish