The nextgen module is a Next.js code generator by drush gen command.
Base Next.js code is https://github.com/cooldrupal/drext.

Generator commands:

  • Generation Next.js component for entity:
    drush gen next-entity-component
    Entity type supporting:
    • string
    • basic_string
    • text_default
    • image
  • Generation Next.js pages from Views pages (Next.js App router):
    drush gen next-view-page
    Page parameters:
    • Path
    • Title
    • Pager options
    • Exposed filters (taxonomy based only)
  • Generation Next.js pages from JSON:API pages (Next.js App router):
    drush gen next-jsonapi-page
    Page parameters:
    • Path
    • Title

Recommended projects:

Project information

Releases