hocon
Ruby port of the Typesafe Config library
Install
- All systems
-
curl cmd.cat/hocon.sh
- Debian
-
apt-get install ruby-hocon
- Ubuntu
-
apt-get install ruby-hocon
- Kali Linux
-
apt-get install ruby-hocon
- Fedora
-
dnf install ruby-hocon
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ruby-hocon
- Dockerfile
- dockerfile.run/hocon
ruby-hocon
Ruby port of the Typesafe Config library
ruby-hocon is a port of the Typesafe Config Java library to Ruby. The library provides Ruby support for the HOCON configuration file format. It supports parsing and modification of existing HOCON/JSON files as well as rendering parsed config objects back to a Ruby String.