Add @cosmwasm/cli

This commit is contained in:
Simon Warta
2020-02-06 17:36:14 +01:00
parent 5046963b17
commit b5d608af10
19 changed files with 962 additions and 5 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/env node
const path = require("path");
// attempt to call in main file....
const cli = require(path.join(__dirname, "..", "build", "cli.js"));
cli.main(process.argv.slice(2));