diff-config-file
v0.4.6
Published
Diff Config File
Downloads
20
Readme
hexlet project L2 Diff Config File
Compares two configuration files and shows a difference
Global usage
- Install:
npm i -g diff-config-file
- Help:
gendiff -h
- Usage:
gendiff [options] <firstConfig> <secondConfig>
Local usage package
- Install:
Make install
- ESLint checker:
Make lint
- Run:
Make run 1='firstConfig' 2='secondConfig'
- Test:
Make test (test files in __tests__/__fixures__/)
- Build babel:
Make build