UNPKG

@decentralized-identity/ion-cli

Version:

A Command Line Interface (CLI) to make working with the ION network and using ION DIDs easy peasy lemon squeezy.

6 lines (5 loc) 270 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // tslint:disable-next-line:export-name var command_1 = require("@oclif/command"); Object.defineProperty(exports, "run", { enumerable: true, get: function () { return command_1.run; } });