0.0.5 • Published 10 years ago
app-properties v0.0.5
Definition
Package created because I needed a simple module that reads .properties files and returns the lines as JS objects. Based on the Java .properties files.
Installation
npm install app-propertiesUSE
var appProperties = require('app-properties'),
properties = appProperties('PATH TO FILE.PROPERTIES');or
var properties = require('app-properties')('PATH TO FILE.PROPERTIES');Were properties will be the generated object.