tomasz-sodzawiczny/next-plugin-yaml
Import .yml files in your next.js project
merin83/react-gitignore
Quickly generate a .gitignore file for your react project
kszitt/next-hsuc
Render on the react server, package files and upload them to the cloud to improve the loading speed
anorcle/next-pages
By default, next export will generate an out directory, which can be served by any static hosting service or CDN like GitHub Pages. But the name of inner directories (like _next/) and chunk files start with underscore and GitHub Pages return 404 for such files. Next Pages automatically rename those files and folders, remove the beginning underscore and replace the new URL in your source code. Also, Next Pages rename your out directory to docs.
afeiship/next-node-downfile
Download file for next.
afeiship/next-filesize
Get filesize based on filesize lib.
afeiship/next-local-keep-files
Local keep files for next.
yakovlev-alexey/next-pcss
Import global `.pcss` files in your Next.js project.