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
copieris installed and/Users/kevinlin/code/copier-typescript-codexexists. - Run
scripts/bootstrap_project.sh <target_dir> [copier args]. - Use
--datato avoid interactive prompts when needed.