0.1.2 • Published 4 years ago
create-batteries-included-nextjs-app v0.1.2
This is a CLI tool to bootstrap a batteries-included-next.js
application. It is a Next.js project that includes Tailwind CSS in JIT mode, TypeScript and Jest with @testing-library with working TS path aliases.
Getting Started
Just run npx create-batteries-included-next-app [project-name]
. You can specify whether you'd like to also initialize a git repo by passing the -g, --git
flag.