zksync-cli
Version:
CLI tool that simplifies the process of developing applications and interacting with the ZKsync network
12 lines • 318 B
JavaScript
import "./start.js";
import "./stop.js";
import "./restart.js";
import "./logs.js";
import "./clean.js";
import "./config.js";
import "./install.js";
import "./update.js";
import "./uninstall.js";
import "./modules/index.js";
import "./command.js"; // registers all the commands above
//# sourceMappingURL=index.js.map