/gulp-flat

A utility used to flatten JSON files in Gulp by using NPM Flat.

Primary LanguageJavaScriptMIT LicenseMIT

gulp-flat

A utility used to flatten JSON files in Gulp by using NPM Flat.

API

flat([options])

options object (optional)

An options object. Any of the options available to the flat package may be passed. In addition, the following option is supported:

  • pretty boolean
    Prettifies the output file if true. Defaults to false.