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