Proposal
xo to have a meta command which will use the repository as a base to have commands.
xo meta github.com/codekidx/meta
this will have a json file called meta.json. With contents
{
"version": 1,
"commands": [
{
"name": "setup nvim",
"cmd": "./setup-nvim.sh",
"env": [],
"help": "setup all nvim related stuffs"
}
]
}
this will help teams and individuals to quickly bootstrap their work environment without any hassle.
Proposal
xoto have ametacommand which will use the repository as a base to have commands.this will have a json file called
meta.json. With contents{ "version": 1, "commands": [ { "name": "setup nvim", "cmd": "./setup-nvim.sh", "env": [], "help": "setup all nvim related stuffs" } ] }this will help teams and individuals to quickly bootstrap their work environment without any hassle.