A project builder CLI for Next.js applications
hack4impact-cli <command>
init
- Sets up a new Next.js project with create-next-app, with flag presets and additional config (husky, prettier, jest)database
- Set up database & files (MongoDB)deploy
- Directs user to deployment service (Vercel / AWS)auth
- Set up auth (Kinde Auth)
npm run build
npm link
In another terminal:
cd demo
npm link hack4impact-cli
hack4impact-cli <command>
npm run build