devquickstart
v1.0.3
Published
List of npx commands to quickly develop some template code for web development
Readme
⚡ DevQuickStart CLI
A zero-config npx tool to quickly scaffold common integrations like MongoDB and NextAuth into your Node.js/Next.js projects.
🚀 What It Does
With a single command, DevQuickStart:
- 🔧 Adds prebuilt code files to your project (like
mongodb.tsandroute.tsfor next-auth) - 📦 Installs the required
npmpackages - 🔐 Appends missing environment variables to your
.envfile
📦 Installation & Usage
No install needed. Just run it with npx:
npx devquickstart add mongodb
or
npm install next-auth
npx devquickstart add nextauth