Skip to content
/ hcl4js Public

HCL parser compiled to WASM and wrapped as JS module

License

Notifications You must be signed in to change notification settings

env0/hcl4js

Repository files navigation

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