Open jednano opened 5 years ago
Be great if the complete command accepted a string[]. Ultimately, I want to do this:
complete
string[]
{ "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
Be great if the
complete
command accepted astring[]
. Ultimately, I want to do this:Related: #13