1.0.0 • Published 10 years ago
brp-hjson v1.0.0
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 | trueif files not included in the pack should be processed | false | 
1.0.0
10 years ago