eiriktsarpalis / nosln

A dotnet cli tool for generating solution files
MIT License
34 stars 1 forks source link

Splitting into a library #1

Closed TheAngryByrd closed 5 years ago

TheAngryByrd commented 5 years ago

This is really cool tool!

I think it would be nice to split the main logic into a library of it's own so something like FAKE can call it without having to shell out to the clitool.

If that sounds good, I can do some work on the splitting and send a PR.

eiriktsarpalis commented 5 years ago

The tool is actually derived from this project: https://github.com/eiriktsarpalis/snippets/tree/master/SlnTools

Not really a library, but can be used in precisely the same way in FAKE scripts

TheAngryByrd commented 5 years ago

Oh perfect!