Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruin0x11/hcl-rb
HCL parser for Ruby
https://github.com/ruin0x11/hcl-rb
Last synced: about 1 month ago
JSON representation
HCL parser for Ruby
- Host: GitHub
- URL: https://github.com/ruin0x11/hcl-rb
- Owner: Ruin0x11
- License: mit
- Created: 2019-05-08T01:38:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-08T01:39:08.000Z (over 5 years ago)
- Last Synced: 2024-11-16T10:36:44.056Z (about 2 months ago)
- Language: Ruby
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# hcl-rb
An HCL (Hashicorp Configuration Language) parser for Ruby.
## Credits
The basic structure of the code is based on [toml](https://github.com/jm/toml).