pdm-project / awesome-pdm

A curated list of awesome PDM plugins and resources
https://awesome.pdm-project.org/
360 stars 17 forks source link

New plugins: pdm-fabric, pdm-invoke #10

Open abdul-hamid-achik opened 2 years ago

abdul-hamid-achik commented 2 years ago

Hello, i'm a big fan of the project and use it daily, i decided to make these two which are pretty much based on pdm-django, i use fabric to automate tasks for the django app at my job and invoke tasks to automate local execution of tasks like compressing the project or work with aws and cloudformation more specifically

either way here they are:

https://github.com/sicksid/pdm-invoke https://github.com/sicksid/pdm-fabric

i had a great experience publishing so i may create more plugins for things that i may need for my daily job

frostming commented 2 years ago

PR welcomed. One minor thing, wouldn't this line cause the program to quit early?

https://github.com/sicksid/pdm-invoke/blob/9d8a44b6165ec5e2f2859c60773744929f9fa7c1/pdm_invoke/main.py#L33

abdul-hamid-achik commented 2 years ago

you know what i recently updated exactly that but let me see if there was an issue with releasing the new versions

abdul-hamid-achik commented 2 years ago

https://github.com/sicksid/pdm-invoke/blob/a0be9e21946fc5d1414fc7adc264e229e5fee771/pdm_invoke/main.py#L33 the line was already removed