add poetry template

This commit is contained in:
Noah Masur
2022-06-20 23:34:24 -04:00
parent f5ab31dd82
commit b7788431d2
7 changed files with 136 additions and 3 deletions

View File

@ -87,5 +87,13 @@
};
});
# Templates for starting other projects quickly
templates = {
poetry = {
path = ./templates/poetry;
description = "Poetry template";
};
};
};
}