Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

generator-nextjs-orm-app

vomoir38ISC1.0.4TypeScript support: included

scaffold a nextjs app with configured drizzle orm

yeoman-generator, yeoman, generator, inception, init, create, boilerplate

readme

generator-nextjs-orm-app

A yeoman generator to scaffold a fully functioning Nextjs app with drizzle orm.

This is my first attempt at a serious yeoman generator. I based the Next js code from the "Max Programming" Youtube channel which can be found here

The instructions for installing Yeoman can be found here but basically it's as simple as npm install -g yo

You should end up with a simple Next JS app that uses drizzle as the intermediary between the front end and the server, storing the data in a small Sqlite database.