spawn-next-app
v1.1.3
Published
Simply a CLI which helps you create a NextJS app with features like next-auth and theming by default!
Downloads
9
Readme
Spawn Next App!
Currently in development, may contain bugs 👀
Made with ❤️ by parv141206
What is spawn-next-app?
spawn-next-app
is an alternative to the official Next.jscreate-next-app
command.- It comes with several built-in features, such as:
- Templates for Next.js authentication (using Next.Auth)
- Templates for theming, including a context and provider
- Templates for MongoDB!
This means you don't have to manually set up these features, saving you time and allowing you to focus on developing your app. ✨
Currently only for TypeScript
JS templates coming soon!
How to use
- Install the package using
npm i spawn-next-app
. - Run the command
npx spawn-next-app spawn
. - Fill out the basic information, and your new Next.js app will be ready!
Note: You will still need to manually download the project dependencies.