Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 637 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 637 Bytes

Suburi

素振り用モノリポワークスペース

Requirements

  • volta
    • pnpm は volta でインストールします

Setup

# ライブラリ等のインストール
pnpm install

Usage

# `/apps` 配下にプロジェクトを作成する
pnpm generate-app ${プロジェクト名}

Apps and Packages

  • @repo/eslint-config: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • @repo/typescript-config: tsconfig.jsons used throughout the monorepo

Each package/app is 100% TypeScript.