Skip to content

xo - meta download #2

Description

@codekidX

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions