An open API service indexing awesome lists of open source software.

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

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