Compares two configuration files and shows the difference
- Install:
npm i -g diff-config-file - Help:
gendiff -h - Usage:
gendiff [options] <firstConfig> <secondConfig>
- 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