seomoz / shovel

Rake, for Python
MIT License
660 stars 49 forks source link

Ideas on how to create Shovel modules for packaged or bundled tasks? #47

Open FilBot3 opened 4 years ago

FilBot3 commented 4 years ago

How would one go about creating task packages for Shovel so they could pass their collection of tasks around without having to duplicate a bunch of shovel/ directories in each repository? I suppose one could simply use the global ${HOME}/.shovel/ directory. Is the idea of using a Python package to distribute Shovel tasks a possibility?