PyBites-Open-Source / pybites-tools

A repo to commit common Python utility scripts and snippets
MIT License
18 stars 8 forks source link

Easy way to add a .gitignore file (and/or other project starter files) #11

Closed bbelderbos closed 9 months ago

bbelderbos commented 2 years ago

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

bbelderbos commented 9 months ago

there are tools for this