Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CreminiAI/skillpack
/ cli.ts
File
cli.ts
src/cli.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ Command } from
"commander"
;
2
import
chalk from
"chalk"
;
3
import
{ createCommand } from
"./commands/create.js"
;
4
import
{ runCommand } from
"./commands/run.js"
;
Callers
nothing calls this directly
Calls
5
createCommand
Function · 0.85
runCommand
Function · 0.85
zipCommand
Function · 0.85
normalizeUserArgs
Function · 0.85
parse
Method · 0.80
Tested by
no test coverage detected