next-buddy
v2.0.6
Published
A command line interface (CLI) for creating Next.js app with ease. The project is initialized with latest Next.js and Shadcn UI library. stay tuned for more customization !!
Downloads
3
Readme
Next-buddy
A command line interface (CLI) for creating Next.js app with ease. The project is initialized with latest Next.js and Shadcn UI library. stay tuned for more customization !!
Simplify the process of creating a Next.js project with Shadcn UI library using this handy npm package.
Features
- Quickly generate a Next.js application.
- Easily set up shadcn UI library.
Installation
You can install Next-buddy
globally using npm or yarn:
npm install -g next-buddy
# or
yarn global add next-buddy
Usage
Initializing a Next.js Project
To create a new Next.js project with Shadcn UI, run the following command:
next-buddy
This command will guide you through the project initialization process and create the necessary project structure.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contributing
We welcome contributions from the community. To contribute to Next-js-buddy, please follow these guidelines:
- Fork the repository
- Create a new branch for your feature or bug fix.
- Make your changes.
- Test your changes.
- Submit a pull request to the main branch.
Issues
If you encounter any issues with Next-js-buddy or would like to request a new feature, please open an issue on the GitHub repository.
Author
Mohamed Zaheen
- GitHub: https://github.com/MohdZaheen123
- Website: https://znprogs-frontend.vercel.app/
- Email: [email protected]
Acknowledgments
Special thanks to the creators of Next.js and Shadcn UI for their fantastic tools and libraries.