Skip to content

mislam/fresh

Repository files navigation

Fresh

Fresh is a swiss army knife to create modern Turbo Stacks for web artisans. Generate production-ready project scaffolds with zero configuration using your favorite technologies and package managers.

TypeScript Node.js MIT License

Quick Start

Create a new project using your favorite package manager:

# NPM
npm create fresh@latest

# Yarn
yarn create fresh@latest

# PNPM
pnpm create fresh@latest

# Bun
bun create fresh@latest

Follow the interactive prompts to select a recipe and configure your project.

Non-Interactive Mode

You can also specify a recipe and target directory directly:

npm create fresh@latest tiramisu my-app

Available Recipes

Fresh provides several recipes to match your preferences:

Tiramisu

A minimal TypeScript stack with Biome and Vitest. Perfect for general-purpose Node.js applications.

npm create fresh@latest tiramisu

Node.js TypeScript Biome Vitest

Honeybun

A modern web framework powered by Hono and Bun. Ideal for high-performance web APIs and applications.

bun create fresh@latest honeybun

Bun TypeScript Hono Biome

Contributing

We welcome contributions through:

🐛 Bug Reports
💡 Feature Requests
📚 Documentation Improvements
🛠️ Code Contributions

Please review our Contribution Guide before submitting changes.

License

Distributed under the MIT License. See LICENSE for details.

If Fresh helps accelerate your development, consider showing your support with a ⭐!