app-properties

0.0.5 • Public • Published

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-properties

USE

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.

Package Sidebar

Install

npm i app-properties

Weekly Downloads

1

Version

0.0.5

License

MIT

Last publish

Collaborators

  • thesorin