UNPKG

ycmd

Version:

LSK.js CLI (Command Line Interface) is the easiest way to create and manage LSK.js project

7 lines (6 loc) 323 B
#!/usr/bin/env node import { createCli } from '@ycmd/helpers'; import { findCommands } from '@ycmd/run'; createCli({name:"ycmd",commands:findCommands({exts:[".sh",".js",".cjs",".mjs",".ts",".cts",".mts"],nodemodules:!0,local:!0,config:!0}).then(m=>[...m])}); //# sourceMappingURL=out.js.map //# sourceMappingURL=cli.js.map