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.
- Host: GitHub
- URL: https://github.com/mcmath/gulp-flat
- Owner: mcmath
- License: mit
- Created: 2016-02-23T03:05:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-23T19:01:11.000Z (over 10 years ago)
- Last Synced: 2025-10-19T18:25:12.235Z (8 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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