An open API service indexing awesome lists of open source software.

https://github.com/fthomas/properly

principled access to system properties
https://github.com/fthomas/properly

Last synced: 12 months ago
JSON representation

principled access to system properties

Awesome Lists containing this project

README

          

# properly

[![Build Status](https://travis-ci.com/fthomas/properly.svg?branch=master)](https://travis-ci.com/fthomas/properly)
[![codecov.io](https://codecov.io/github/fthomas/properly/coverage.svg?branch=master)](https://codecov.io/github/fthomas/properly?branch=master)
[![Join the chat at https://gitter.im/fthomas/properly](https://badges.gitter.im/fthomas/properly.svg)](https://gitter.im/fthomas/properly?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Download](https://api.bintray.com/packages/fthomas/maven/properly/images/download.svg)](https://bintray.com/fthomas/maven/properly/_latestVersion)

## Installation

```scala
resolvers += "Frank's Bintray" at "https://dl.bintray.com/fthomas/maven"

libraryDependencies += "eu.timepit" %% "properly" % ""
```

## License

**properly** is licensed under the Apache License, Version 2.0,
available at http://www.apache.org/licenses/LICENSE-2.0 and also in the
[LICENSE](https://github.com/fthomas/properly/blob/master/LICENSE) file.