DEV Community

Kristiyan Velkov
Kristiyan Velkov

Posted on

Next.js CLI TURBO 

Image description

I'm thrilled to announce the launch of next-cli-turbo, my new open-source contribution designed to supercharge your Next.js 13/14 application development!

What is next-cli-turbo?

Documentation

It's a powerful command-line interface tool that I've developed to accelerate the development process of Next.js 13/14 applications. It automates the generation of common file types, including pages, layouts, templates, errors, middlewares, and much more, making your development experience faster and more efficient.


Why should you use it?

  • Speed up your development: I wanted to spend less time on boilerplate and more time on building great features. Now, you can too.
  • Ease of use: I've made it simple to use with commands to generate what you need, when you need it.
  • Customizable: I've designed it to be customizable to fit your specific project needs.

Example usage:

nc generate --all users
nc g -a users
Enter fullscreen mode Exit fullscreen mode
Result:
-app
--users
---page.tsx
---error.tsx
---not-found.tsx
---loading.tsx
Enter fullscreen mode Exit fullscreen mode

More commands and use cases!

Support & Help

  • If you find next-cli-turbo helpful, please consider giving it a star on GitHub to help more people discover it.

  • I believe next-cli-turbo will be a valuable asset to the Next.js community, and I can't wait for you to try it out and see the difference it makes in your projects.


Your feedback and contributions are welcome!

Let's make Next.js development faster and more enjoyable together.

Github Repository: next.js-cli

Top comments (0)