Skip to content

andrewzhurov/project-lvl2-s18

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Climate Test Coverage Issue Count

Build Status

Gendiff

A good one structure differ

#Installation $ npm install -g broose_gendiff

#Usage $ gendiff -h for help

$ gendiff before.json after.json to see the difference ##As library $ npm install -s broose_gendiff ###ES6 import gendiff from 'gendiff'

gendiff(path1, path2) ###ES5 const gendiff = require('gendiff').default;

gendiff(path1, path2);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published