1.0.0 • Published 8 years ago

brp-hjson v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

brp-hjson

Lightweight JSON processing for your brp pipeline

circle-ci dependencies dev-dependencies code-climate js-standard-style


Configuration-free HJSON integration into brp.

Install

Make sure you have the latest version of Node installed first!

npm install brp-hjson --save

Then you can add brp-hjson to your build pipeline.

const hjson = require('brp-hjson')
...
brp.buildWith(new hjson())

Documentation

constructor(opts)

OptionDescriptionDefault
globthe glob used to match streamed files'*.@(json|mcmeta|info)'
processUnmarkedtrue if files not included in the pack should be processedfalse