Skip to content

Commit

Permalink
chore: install toodaloo on devcontainer start
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Apr 3, 2024
1 parent 383cc8a commit 6ea9a5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
}
},
"postCreateCommand": {
"bootstrap": "ln -s $PWD/.cobra.yaml $HOME/.cobra.yaml && if [ ! -f \"go.mod\" ]; then go mod init \"github.com/mrsimonemms/toodaloo\"; fi && if [ ! -f \"main.go\" ]; then cobra-cli init && go mod tidy; fi"
"bootstrap": "ln -s $PWD/.cobra.yaml $HOME/.cobra.yaml && if [ ! -f \"go.mod\" ]; then go mod init \"github.com/mrsimonemms/toodaloo\"; fi && if [ ! -f \"main.go\" ]; then cobra-cli init && go mod tidy; fi",
"install-toodaloo": "go install ./..."
},
"containerEnv": {
"GIT_REPO": "github.com/mrsimonemms/toodaloo"
Expand Down

0 comments on commit 6ea9a5d

Please sign in to comment.