UNPKG

ycmd

Version:

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

9 lines (7 loc) 337 B
#!/usr/bin/env node 'use strict'; var helpers = require('@ycmd/helpers'); var run = require('@ycmd/run'); helpers.createCli({name:"ycmd",commands:run.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