@ycmd/commands
Version:
LSK.js CLI Creds is the easiest way to manage GitHub / Gitlab secrets and credentials
7 lines (5 loc) • 426 B
JavaScript
import { createCommand, pnpmRecursive, getCwdInfo, shell } from 'ycmd';
var m=createCommand({command:"start",describe:"run build process or execute the application",async main({isRoot:a,cwd:t}){if(a){await pnpmRecursive("run start");return}let{isLib:i}=await getCwdInfo({cwd:t});i?await shell("ycmd dev"):await shell("node lib");}});
export { m as default };
//# sourceMappingURL=out.js.map
//# sourceMappingURL=start.js.map