aboutsummaryrefslogtreecommitdiff
path: root/home/shell/fish/functions/new-go-project.fish (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-05home/profiles: move (almost) all modules to profilesFranck Cuny1-27/+0
This is a major refactor, similar to what was done for the hosts, but in a single commit.
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.