Beautiful side-by-side diff viewer for terminal and browser
- CLI tool
- TypeScript support
Runtime:
- TypeScript
- Node.js >= 18.0.0
- npm or yarn
cd diffview
npm installOr install globally:
npm install -g diffviewdiffview| Script | Command |
|---|---|
npm run build |
tsc |
npm run start |
node dist/index.js |
├── public
│ └── index.html
├── src
│ ├── differ.ts
│ ├── formatter.ts
│ ├── git.ts
│ ├── index.ts
│ └── server.ts
├── package.json
├── README.md
└── tsconfig.json
This project is licensed under the MIT license.
Zakaria Kone