1.0.1 • Published 5 months ago

create-kn-starter-kit v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

Create KN Starter Kit

A command-line interface (CLI) tool to quickly scaffold a Next.js project with Drizzle ORM and Neon Database integration.

Features

  • 🚀 Quick project setup
  • 📦 Choose between TypeScript and JavaScript templates
  • 🔧 Automatic dependency installation
  • 🎯 Pre-configured with Drizzle ORM and Neon Database

Installation

npx create-kn-starter-kit test

Usage

Follow the interactive prompts to:

  1. Choose between TypeScript or JavaScript template
  2. Wait for the template to download
  3. Let the CLI install all dependencies automatically

Available Templates

  • TypeScript Template: Full-stack Next.js setup with TypeScript
  • JavaScript Template: Full-stack Next.js setup with JavaScript

Project Structure

After creation, your project will have a structure based on the chosen template:

  • Next.js 14+ setup
  • Drizzle ORM configuration
  • Neon Database integration
  • Environment variables setup
  • Basic authentication structure
  • API routes configuration

Getting Started

After creating your project:

cd my-project-name
npm run dev

Your application will be running at http://localhost:3000

Requirements

  • Node.js 18.0.0 or higher
  • npm 7+ or yarn

Author

Karthik Nadar

License

ISC

Keywords

  • cli
  • nextjs
  • drizzle
  • neon
  • starter-kit
1.0.1

5 months ago

1.0.0

5 months ago