0.2.1 • Published 3 years ago

create-nano-app v0.2.1

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

Create Nano App

npm Commitizen friendly Website

The easiest way to get started with Next.js is by using create-nano-app. This CLI tool enables you to quickly start building a new Next.js application, with everything configured to Nano's specs. You can create a new app using the provided template, or by using one of the official Next.js examples. To get started, use the following command:

Interactive

You can create a new project interactively by running:

npx create-nano-app@latest

You will be asked for the name of your project.

Enter a name to install the necessary types/dependencies and create a new TS project.

Why use Create Nano App?

create-nano-app allows you to create a new Next.js app within seconds. It includes a number of benefits:

  • TypeScript out of the box
  • Tailwind CSS
  • An SEO component for easy meta tags
  • A configurable OG Image Generation API route using @vercel/og
  • Custom _document.tsx and _app.tsx files
  • Commit message linting for better commit messages

Credits

This project is derived from create-t3-app, the best way to create a new type-safe application with Next.js. Check it out here.

0.1.11

3 years ago

0.2.1

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago