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.

Home Page:https://www.create-next-stack.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

akd-io opened this issue · comments

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.