npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

create-next-custom-app

v1.1.0

Published

Created with ❤️️ by [mntcodes.com](https://www.mntcodes.com)

Downloads

302

Readme

CNCA: create-next-custom-app Open Source Love

Created with ❤️️ by mntcodes.com

NodeJS Next JS Prisma React Query Storybook Framer Formik Yup Jest cypress React Testing Library Husky Commitlint Lint Staged ESLint

create-next-custom-app is a CLI tool designed to simplify the creation of Next.js applications with custom configurations. It allows developers to choose from a wide range of popular libraries and tools, streamlining the setup process without requiring manual configuration.

CNCA

🚀 Features

  • Custom Configuration: Choose from a selection of popular libraries such as:
    • Database: Prisma
    • State Management: React Query
    • UI Frameworks: Storybook, Framer Motion
    • Form Handling: Formik, Yup
    • Authentication: Next Auth
    • Testing: Jest, Cypress, React Testing Library
    • Linting & Formatting: Husky, Commitlint, Lint-Staged
    • And more!

CNCA

  • Built on Create Next App: Utilizes create-next-app in the background to set up the initial project structure.

  • Zero Configuration Required: Automatically installs and configures selected dependencies, creating all necessary configuration files. You don't need to worry about manual setup!

📦 Installation

You can use npx to create a new Next.js project with custom configurations directly from the command line:

npx create-next-custom-app

💻 Usage

  1. Run the CLI: Execute the following command in your terminal:

    npx create-next-custom-app
  2. Follow the Prompts:

    • You will be greeted with a welcome message.
    • Choose from a list of libraries you want to include in your project.
    • The tool will then create a new Next.js application and install the selected libraries.
  3. Automatic Configuration: After installation, create-next-custom-app will automatically generate configuration files based on your selections, saving you time and effort.

📚 Example Libraries

Here are some examples of libraries you can choose from during the setup:

  • Prisma: For ORM and database interactions.
  • React Query: For data fetching and state management.
  • Storybook: For UI component development.
  • Formik: For form handling.
  • Yup: For schema validation.
  • Next Auth: For authentication.
  • Framer Motion: For animations.
  • Jest: For unit testing.
  • Cypress: For end-to-end testing.
  • React Testing Library: For testing React components.
  • Husky: For Git hooks and pre-commit checks.
  • Commitlint: For linting commit messages.
  • Lint-Staged: For linting files in Git.

🤝 Open Source Contributions

We believe in the power of community and collaboration! As create-next-custom-app evolves, we want to hear from you.

💡 Share Your Ideas

If you have suggestions for libraries or tools that you frequently use and would like to see integrated into the CLI app, please let us know! Your input is invaluable in making this tool more versatile and user-friendly.

🤝 How to Contribute

  1. Open an Issue: If there's a library you'd like to recommend, please open an issue in our GitHub repository. Provide details about the library and why you think it should be included.
  2. Submit a Pull Request: If you're interested in contributing code, feel free to submit a pull request! We welcome contributions that enhance the functionality and usability of the CLI tool.
  3. Join the Discussion: Engage with other contributors and users in the issues section to discuss potential libraries, configurations, and improvements.

Together, we can build a powerful tool that meets the needs of developers everywhere. Thank you for your support and contributions!

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

💖 Acknowledgments

  • Thanks to the maintainers of Next.js and the various libraries that make this tool possible.
  • Special thanks to the community for their continuous support and feedback.

💬 Contact

Feel free to reach out for any questions or suggestions!

About Me Twitter LinkedIn GitHub Blog