https://github.com/jonas/typesetting
Scala library for mapping TypeSafe config to settings
https://github.com/jonas/typesetting
Last synced: 10 months ago
JSON representation
Scala library for mapping TypeSafe config to settings
- Host: GitHub
- URL: https://github.com/jonas/typesetting
- Owner: jonas
- License: apache-2.0
- Created: 2015-10-12T01:26:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-12T15:52:44.000Z (over 10 years ago)
- Last Synced: 2025-01-25T04:43:55.091Z (12 months ago)
- Language: Scala
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Type Setting
Scala library for mapping TypeSafe config to settings expressed in terms of
their type and configuration path.
> Typesetting is the composition of text by means of arranging physical types or
> the digital equivalents. Stored letters and other symbols (called sorts in
> mechanical systems and glyphs in digital systems) are retrieved and ordered
> according to a language's orthography for visual display.
-- [Wikipedia](https://en.wikipedia.org/wiki/Typesetting)
Inspired by Jon Pretty's talk [Reducing The Slippery Surface of Failure with
Dependent Types](http://rapture.io/talks/slippery-surface/) and based on code
from [Rapture's](https://github.com/propensive/rapture) CLI module.
## License
```
Copyright 2015 Jonas Fonseca
Copyright 2010-2015 Jon Pretty, Propensive Ltd.
```
Licensed under the Apache License, Version 2.0. See LICENSE file for terms and
conditions for use, reproduction, and distribution.