0.0.5 • Published 8 years ago

app-properties v0.0.5

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

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.

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago