gulp-properties-to-object
0.1.0 • Public • Published gulp-properties-to-object
Parse properties files and save in memory(object)
Install
npm install gulp-properties-to-object
Usage
const toObject = require("gulp-properties-to-object");
var db = {};
gulp.src("./src/*.properties")
.pipe(toObject(db))
.on('finish', function () {
console.log('__FINISH__', db);
});
TODO
License
MIT License
Versions
Version | Downloads (Last 7 Days) | Tag |
---|
0.1.0 | 0 | latest |
Version History
Version | Downloads (Last 7 Days) | Published |
---|
0.1.0 | 0 | |
Package Sidebar
Install
npm i gulp-properties-to-object
Weekly Downloads