about summary refs log tree commit diff
path: root/home/shell/fish/functions/new-go-project.fish (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat(home/fish): function to create go projectsFranck Cuny2023-02-211-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.