fsprojects / Argu

A declarative CLI argument parser for F#
https://fsprojects.github.io/Argu
MIT License
451 stars 75 forks source link

chore: Remove paket #205

Closed nojaf closed 8 months ago

nojaf commented 8 months ago

Perhaps a hot take, but I'm really more in favour of removing Paket altogether. As there is so little going on in this repository, NuGet should be fine here.

bartelink commented 8 months ago

Thanks, this makes me happy!

bartelink commented 8 months ago

Also consider collapsing samples, src and tests solution folders (def src and tests anyway)

nojaf commented 8 months ago

I'm not too concerned with details like sorting or dividing Directory.Packages.props into separate sections. If these matter to you, you're welcome to make changes and push to this branch. Just know that I use Argu occasionally and it's important for me that the fixes are updated on NuGet. I'm not as driven to address every meticulous detail.

bartelink commented 8 months ago

Done. Assuming removing .tfignore didnt break anything I'm happy with it merging when you're happy

nojaf commented 8 months ago

Yup, looks good. Thanks for taking care of this!

bartelink commented 8 months ago

.editorconfig added for fsx?, *proj and yml files (indent by 2 for last 2)

nojaf commented 8 months ago

Looks great. Thanks for going the extra mile here!