dce

Installation
SKILL.md

Dead Code Elimination

Overview

This document explains how to detect dead code in TypeScript projects.

Tool: ts-remove-unused (tsr)

Installation and Execution

# Run directly with npx (recommended)
npx -y tsr [options] [...entrypoints]

# Or, run with old package name (deprecated)
npx -y @line/ts-remove-unused  # -> warns to use tsr

Basic Usage

Related skills
Installs
1
GitHub Stars
3
First Seen
Mar 17, 2026