JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2376715
  • Score
    100M100P100Q247068F

Reads and interpolates Java .properties files

Package Exports

  • java-properties

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (java-properties) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

java-properties

Read Java .properties files

Getting Started

Install the module with: npm install java-properties

Documentation

    var properties = require('java-properties');
    var values = properties.of('values.properties');
    values.get('a.key'); //returns value of a.key

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

Release History

0.1.0 Initial commit

License

Licensed under the MIT license.