akd-io / create-next-stack

Create Next Stack is a website and CLI tool used to easily set up the boilerplate of new Next.js apps.
https://www.create-next-stack.com
MIT License
563 stars 27 forks source link

Website: Auto-generate documentation of npm packages used in plugins #196

Open akd-io opened 1 year ago

akd-io commented 1 year ago

It would be very nice to have a live-updated page on the website that shows a list of all npm packages specified in plugins, their specified versions, as well as the latest versions on NPM. With a bit of color coding, it'll be easy to get an overview of what plugins need to update their dependencies.

The list of packages and their versions can be generated at build time. The packages' latest versions can be fetched at runtime in the browser or on the server using caching.