Skip to content

willemdewit/broccoli-java-properties-to-object

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

broccoli-java-properties-to-object

Converts java properties files to modules which return the POJO version

Installation

npm install broccoli-java-properties-to-object --save-dev

Usage

var filterProperties = require('broccoli-java-properties-to-object');
tree = filterProperties(tree, options);

All .properties files will be converted to .js files which contain an ES6 module which exports the result

export default { "my-key": { ... } };

About

Converts java properties files to modules which return the POJO version

Resources

License

Stars

Watchers

Forks

Packages

No packages published