Open
Description
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
Labels
No labels