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

https://github.com/mcmath/gulp-flat

A utility used to flatten JSON files in Gulp by using NPM Flat.
https://github.com/mcmath/gulp-flat

Last synced: 7 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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][flat options] package
may be passed. In addition, the following option is supported:

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

[flat options]: https://github.com/hughsk/flat#options