There are standard templates that cover all patterns. We could have a command switch that imports one into your project, possibly some other files too ...
Of course there is cookiecutter, but this could be a lightweight alternative for just the essentials. Another little tool I use is this simple bash script to make source + test packages (similar to poetry): https://gist.github.com/bbelderbos/4fcc211d9b30535d270705c8501d5c58
There are standard templates that cover all patterns. We could have a command switch that imports one into your project, possibly some other files too ...
Of course there is
cookiecutter
, but this could be a lightweight alternative for just the essentials. Another little tool I use is this simple bash script to make source + test packages (similar topoetry
): https://gist.github.com/bbelderbos/4fcc211d9b30535d270705c8501d5c58