Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.03 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.03 KB

Atox Packages

Introduction

This template provides a structured setup for a monorepo using pnpm for efficient dependency management across multiple packages. ESLint with Prettier for consistent code quality and formatting, Commitlint for enforcing commit message conventions, and TypeScript for type safety and enhanced development experience.

Features

  • pnpm: Efficient package management ensuring faster installs and consistent dependency versions.
  • ESLint and Prettier: Ensures code quality and consistent code formatting.
  • Commitlint: Enforces conventional commit message format for better changelog generation and team collaboration.
  • TypeScript: Provides type checking and improved development productivity.

Usage

Install Dependencies

pnpm install

Build All Packages

pnpm build

Code Linting and Formatting

pnpm lint

We hope this template helps you quickly set up your monorepo project with Turbo for efficient task management!