Skip to content

willsather/create-ws-starter

Repository files navigation

create-ws-starter

This CLI tool allows for fast creation of either a Next.js application or a Turborepo which will contain the basic scaffolding setup with batteries included tailwind, shadcn/ui, biome, and vitest.

Usage

pnpm create ws-starter

Getting Started

To start using, you can use the following commands:

pnpm install

pnpm dev

pnpm build

pnpm test

This project also has some configured some tools like:

Applications

Located under /apps, you will find an application.

  • www: the website built using Next.js

Packages

In this example, there is a shared package called ui which is basic shadcn/ui package.

Shared Configuration

Located under /packages/config is all the shared configuration which the Turborepo uses. This is a great space to put handy developer tools and code cleanliness configuration.

  • @ws/vitest-config: vitest configurations for base and ui configurations
  • @ws/typescript-config: tsconfig.jsons used throughout the monorepo

Useful Turborepo Links

About

easily spin up new nextjs / turborepo applications using the cli

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors