diffly

0.1.21 • Public • Published

Diffly

Overview

Diffly is a general purpose diff viewer designed for ease of use

Quick Start

Install

$ npm install -g diffly

Using diffly

There are 2 current input options, pipe the data in

$ git diff | diffly --serve

or use the -i flag to select a file

$ diffly -i path/to/diff --serve

You will almost definitely want the --serve option, which will launch a browser window with your diff, you can also use --silent to stop terminal logging

Common use in a workflow might be

$ git diff master | diffly --serve

Readme

Keywords

Package Sidebar

Install

npm i diffly

Weekly Downloads

1

Version

0.1.21

License

MIT

Last publish

Collaborators

  • chargrizzle