https://github.com/env0/hcl4js
HCL parser compiled to WASM and wrapped as JS module
https://github.com/env0/hcl4js
Last synced: 10 months ago
JSON representation
HCL parser compiled to WASM and wrapped as JS module
- Host: GitHub
- URL: https://github.com/env0/hcl4js
- Owner: env0
- License: mit
- Created: 2025-03-19T12:01:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-08T08:06:10.000Z (about 1 year ago)
- Last Synced: 2025-08-29T07:58:48.028Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 5.17 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### hcl4js
Wraps `github.com/hashicorp/hcl/v2` go library to provide a JS interface for parsing HCL2 files.
#### Publishing new version
- update version in package.json
- run `./build.sh`
- commit changes (including build artifacts)
- create a new release on github