Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Complete command should accept an array #59

Open
jednano opened this issue Aug 14, 2019 · 0 comments · May be fixed by #60
Open

Complete command should accept an array #59

jednano opened this issue Aug 14, 2019 · 0 comments · May be fixed by #60

Comments

@jednano
Copy link

jednano commented Aug 14, 2019

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

@jednano jednano linked a pull request Aug 14, 2019 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant