# ts-git **Repository Path**: mirrors_creationix/ts-git ## Basic Information - **Project Name**: ts-git - **Description**: TypeScript re-implementation of js-git (aka js-git 2.0) - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ts-git TypeScript re-implementation of js-git (aka js-git 2.0) Run test using typescript and rollup. ```sh npm install -g typescript npm install -g rollup tsc && rollup -c && node build/app.js ```