The packages tag has no wiki summary.
2
votes
0answers
47 views
Get License Information for all Used nuget Packages
To keep our house in order, I want to automatically assemble licenses for project dependencies in our documentation, rather than having to add them manually.
Does anybody know a simple way to ...
1
vote
0answers
65 views
Can I use dynamic packages in Delphi if I plan to build my application for cross platform usage?
Now I am thinking about architecture of my program. I plan to provide one not only for Desktop usage, but for mobile platforms as well. I want to create a bpl package as separate file. That is I want ...
1
vote
0answers
58 views
What are the benefits of having a remote database for your command line utility
I'm current working on a command line app that will grab resources online for you when you're setting up a new project locally. Right now all the urls for the resources I need are hardcoded into the ...