Skip to content

Commit

Permalink
feat(release): Initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
bbckr committed Sep 18, 2024
1 parent 494f4d1 commit aefbdc5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# node-hcl

This WebAssembly wrapper for https://github.com/hashicorp/hcl provides a convenient way to use the HCL (HashiCorp Configuration Language) library in your Node applications.
This WebAssembly wrapper for https://github.com/hashicorp/hcl provides a convenient way to use the HCL (HashiCorp Configuration Language) library in Node.js.

## Usage

Expand All @@ -27,3 +27,5 @@ variable "b" {
}`;
const result = merge(a, b);
```

Happy coding!
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@seatgeek/node-hcl",
"version": "0.0.0-semantically-released",
"description": "A WebAssembly wrapper that provides a convenient way to use the HCL (HashiCorp Configuration Language) library in Node.js.",
"packageManager": "[email protected]",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit aefbdc5

Please sign in to comment.