0.0.6 • Published 1 year ago

@jsonifyy/create-jstack v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

create-jstack

A CLI tool to quickly create a new Next.js project with shadcn/ui pre-configured.

Features

  • Next.js (Latest Canary)
  • TypeScript
  • Tailwind CSS
  • shadcn/ui (pre-configured)
  • ESLint
  • App Router
  • Import Aliases (@/*)
  • Bun Package Manager

Usage

bunx create-jstack

This will prompt you for a project name and create a new directory with that name containing your new Next.js application.

What's included?

  • Next.js app with TypeScript and App Router
  • Tailwind CSS for styling
  • shadcn/ui components pre-configured
  • ESLint for code linting
  • Import aliases configured (@/*)
  • Bun as the package manager

Development

To develop the CLI tool locally:

  1. Clone the repository
  2. Install dependencies:

    bun install
  3. Build the project:

    bun run build
  4. Link it globally:

    bun link

License

MIT

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago