dev.bootstrap.typescript

Installation
SKILL.md

Dev.bootstrap.typescript

Overview

Bootstrap new TypeScript projects from a local Copier template or add a pre-commit hook that runs linting and formatting for an existing project.

Workflow

1. Pick the path

  • New project: run scripts/bootstrap_project.sh
  • Existing project: run scripts/add_precommit.sh

2. Bootstrap a new project

  • Ensure copier is installed and /Users/kevinlin/code/copier-typescript-codex exists.
  • Run scripts/bootstrap_project.sh <target_dir> [copier args].
  • Use --data to avoid interactive prompts when needed.
Installs
1
GitHub Stars
13
First Seen
8 days ago
dev.bootstrap.typescript — kevinslin/skills