UNPKG
cmd
Version:
latest (0.3.0)
0.3.0
0.2.0
0.1.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.0
Command Code — Coding Agent with taste (aliased to command-code).
cmd
/
bin.js
7 lines
(6 loc)
•
149 B
JavaScript
View Raw
1
2
3
4
5
6
7
#!/usr/bin/env node
/** * cmd - Alias package for command-code * This bin file runs the command-code CLI */
import
'command-code/dist/index.mjs'
;