sdin
Version:
JavaScript package builder.
3 lines • 496 B
JavaScript
import"../tools/entry";import{Command as t}from"commander";import{withWorkPath as o}from"../utils/path";import{printHeader as r}from"../tools/print";import{readSdinProject as a}from"../main/config";import{testSdinProject as i}from"../main/test";let e=new t("sdin test");async function m(t){t=o(t||""),t=await a({root:t});r(t),await i({project:t})}e.description("Test project.").argument("[path]","Project path").action(m).parse(process.argv);
//# sourceMappingURL=test.js.map