@nexssp/cli
Version:
Nexss PROGRAMMER - Over 50 programming languages together..
57 lines (56 loc) • 1 kB
JSON
[
{
"plugin": "@nexssp/command",
"trigger": "command",
"aliases": ["cmd"],
"ommit": [],
"through": true
},
{
"plugin": "@nexssp/config",
"trigger": "config",
"aliases": ["cfg"],
"ommit": [],
"through": true
},
{
"plugin": "@nexssp/file",
"trigger": "file",
"aliases": ["f"],
"ommit": [],
"through": true
},
{
"plugin": "@nexssp/language",
"ommit": ["format1"],
"through": true
},
{
"plugin": "@nexssp/package",
"trigger": "package",
"aliases": ["pkg"],
"ommit": [],
"through": true
},
{
"plugin": "@nexssp/project",
"trigger": "project",
"aliases": ["p"],
"ommit": [],
"through": true
},
{
"plugin": "@nexssp/ensure",
"trigger": "ensure",
"ommit": [],
"through": true,
"commandsPath": "lib/cli/commands"
},
{
"plugin": "@nexssp/os",
"trigger": "os",
"ommit": [],
"through": false,
"commandsPath": "lib/cli/commands"
}
]