aboutsummaryrefslogtreecommitdiff
path: root/home/shell/fish/functions/new-go-project.fish (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-02-21feat(home/fish): function to create go projectsFranck Cuny1-0/+27
A function to create a go project: it creates the git repository, setup the project using a flake template, create an initial commit, push it and ensure we can run drone on it.