brp-hjson
v1.0.0
Published
Compiles json/hjson from yor brp pipeline into minified JSON
Downloads
21
Maintainers
Readme
brp-hjson
Lightweight JSON processing for your brp pipeline
Configuration-free HJSON integration into brp.
Install
Make sure you have the latest version of Node installed first!
npm install brp-hjson --saveThen you can add brp-hjson to your build pipeline.
const hjson = require('brp-hjson')
...
brp.buildWith(new hjson())Documentation
constructor(opts)
| Option | Description | Default |
| ----------------- | ------------------------------------------------------------ | ------------------------- |
| glob | the glob used to match streamed files | '*.@(json|mcmeta|info)' |
| processUnmarked | true if files not included in the pack should be processed | false |
