DelphiPackageManager / PackageManagerRFC

Delphi Package Manager RFC
Apache License 2.0
30 stars 0 forks source link

Package Preparation #13

Open code-kungfu opened 5 years ago

code-kungfu commented 5 years ago

Preparing a package for publishing in the registry, should this be an integrated feature in the package manager itself or as a separate command line / gui tool?

Should the tool also carry out uploading and publishing on the authors account?

vincentparrett commented 5 years ago

All of the above.

Perhaps not as part of the IDE integration initially, but certainly part of the command line tool. I want to automate all the things, so publishing a package becomes part of my CI pipeline.

wlandgraf commented 5 years ago

They don't need to be together as their users are different: one is the user of package, other is publisher of the package. I'd say that once the core is done, the tooling around it will come naturally.