Home - Traceton/next-generator GitHub Wiki

Welcome to the next-generator wiki!

What exactly is next-generator?

next-generator is a ruby on rails inspired generator for Next.js applications. With simple commands that can save you valuable time. After setting up next-generator, a command as simple as generate crud user firstName:String lastName:String will create everything you need to get all of your crud operations going. From custom pages, a custom router with all crud routes, a way to test those routes, mongoose model and even .env file to store your database url and password safely. Of course, you can generate any of these things on their own if you'd like.

Please check out the rest of the wiki for more information on Installing next-generator and how to use next-generator