UNPKG

tronbox

Version:

TronBox - Simple development framework for Tron

1 lines 390 B
"use strict";var command={command:"compile",description:"Compile contract source files",builder:{all:{type:"boolean","default":false}},run:function run(options,done){process.env.CURRENT="compile";var Config=require("../../components/Config");var Contracts=require("../../components/WorkflowCompile");var config=Config.detect(options);Contracts.compile(config,done)}};module.exports=command;