0.1.2 • Published 4 years ago

create-batteries-included-nextjs-app v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Batteries Included Next.js

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.