@hyperionbt/helios-cli
Advanced tools
Comparing version 0.1.13 to 0.1.14
@@ -14,3 +14,3 @@ #!/usr/bin/env node | ||
const VERSION = "0.1.13"; | ||
const VERSION = "0.1.14"; | ||
@@ -17,0 +17,0 @@ const USAGE = `Usage: |
{ | ||
"name": "@hyperionbt/helios-cli", | ||
"type": "module", | ||
"version": "0.1.13", | ||
"version": "0.1.14", | ||
"description": "CLI tool for compiling Cardano smart contracts written in Helios, and building Cardano transactions.", | ||
@@ -18,5 +18,5 @@ "main": "./index.js", | ||
"dependencies": { | ||
"helios": "npm:@hyperionbt/helios@^0.10.12" | ||
"helios": "npm:@hyperionbt/helios@^0.10.14" | ||
}, | ||
"keywords": [] | ||
} |
@@ -25,2 +25,7 @@ # Helios-CLI | ||
Parameters can be set using the `-D<param-name> <param-value>` option: | ||
```bash | ||
$ helios compile my_script.hl -DMY_PARAM 100 -o my_script.json | ||
``` | ||
### Evaluating a parameter | ||
@@ -32,3 +37,3 @@ | ||
Additional module search directories can be included using the `-I` flag. | ||
Additional module search directories can be included using the `-I` flag. Similar to `compile`, parameters can be set using the `-D<param-name> <param-value>` option. | ||
@@ -35,0 +40,0 @@ ### Calculating a script address |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10118
49