Skip to content

Complete command should accept an array #59

Open
@jednano

Description

@jednano

Be great if the complete command accepted a string[]. Ultimately, I want to do this:

{
  "complete": [
    "cd {{ name or org }}",
    "git init",
    "npm install",
    "git add .",
    "git commit -m 'initial commit'",
    "git remote add origin https://github.com/{{ org or name }}/{{ name or org }}.git",
    "git push -u origin master",
    "code ."
  ]
}

Related: #13

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