deep-extend-cli

Command line interface for the deep-extend npm package.

Usage no npm install needed!

<script type="module">
  import deepExtendCli from 'https://cdn.skypack.dev/deep-extend-cli';
</script>

README

Build Status

Overview

Command line interface for the deep-extend npm package.

Installation

npm install -g deep-extend-cli

Usage

deep-extend file1.json file2.json [file3.json...]

Merges / extends all files provided as command line arguments, ignoring files that don't exist. At least one file must exist.

License

MIT

Enjoy :)