Added nodejs code generator. (#1)

This commit is contained in:
Ravin Perera
2022-06-18 23:23:31 +05:30
committed by GitHub
parent 87354cad69
commit f5c366fbd6
8 changed files with 260 additions and 40 deletions

View File

@@ -0,0 +1,6 @@
{
"contract": {
"bin_path": "/usr/bin/node",
"bin_args": "index.js"
}
}