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
/
index.js
6 lines
(5 loc)
•
125 B
JavaScript
View Raw
1
2
3
4
5
6
/** * cmd - Alias package for command-code *
@see
https://npmjs.com/package/command-code */
export
*
from
'command-code'
;