An open API service indexing awesome lists of open source software.

https://github.com/dpashutskii/diff-config-file

Diff Config Files
https://github.com/dpashutskii/diff-config-file

hexlet javascript

Last synced: 12 days ago
JSON representation

Diff Config Files

Awesome Lists containing this project

README

        

# hexlet project L2 Diff Config File

Compares two configuration files and shows the difference

[![Code Climate](https://codeclimate.com/github/guar47/project-lvl2-s13/badges/gpa.svg)](https://codeclimate.com/github/guar47/project-lvl2-s13)
[![Issue Count](https://codeclimate.com/github/guar47/project-lvl2-s13/badges/issue_count.svg)](https://codeclimate.com/github/guar47/project-lvl2-s13)
[![Build Status](https://travis-ci.org/guar47/diffConfigFile.svg?branch=master)](https://travis-ci.org/guar47/diffConfigFile)
[![Test Coverage](https://codeclimate.com/github/guar47/project-lvl2-s13/badges/coverage.svg)](https://codeclimate.com/github/guar47/project-lvl2-s13/coverage)

## Global usage
* Install: `npm i -g diff-config-file`
* Help: `gendiff -h`
* Usage: `gendiff [options] `

## Local usage package
* Install: `Make install`
* ESLint checker: `Make lint`
* Run: `Make run 1='firstConfig' 2='secondConfig'`
* Test: `Make test (test files in __tests__/__fixtures__/)`
* Build babel: `Make build`