SethTisue / metaconfig

Use this instead, it's much better ------->

Home Page:https://github.com/circe/circe-config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Metaconfig

Maven Travis

Configuration library used by scalafix and scalafmt. This project will soon be abandoned in favor of a more established alternative such as

Changelog

  • 0.2.0 Introduce metaconfig.Conf, a json-like ast, and remove all runtime reflection.
    • To migrate from 0.1.x, replace all matches on Int/String/Boolean/Seq/Map with Conf.Num/Str/Bool/Lst/Obj.
  • 0.1.3 Cross-build to Scala.js. NOTE. Depends on scala.meta pre-release which is available with resolvers += Resolver.bintrayIvyRepo("scalameta", "maven").
  • 0.1.2 Skipped.
  • 0.1.1 Upgraded paradise dependency from Bintray snapshot to Sonatype release.
  • 0.1.0 First release, moved code out of scalafmt repo into here.

About

Use this instead, it's much better ------->

https://github.com/circe/circe-config

License:Apache License 2.0


Languages

Language:Scala 99.2%Language:Shell 0.8%