PackageManagerRFC icon indicating copy to clipboard operation
PackageManagerRFC copied to clipboard

Package Preparation

Open code-kungfu opened this issue 6 years ago • 2 comments

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?

code-kungfu avatar Feb 15 '19 03:02 code-kungfu

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.

vincentparrett avatar Feb 15 '19 04:02 vincentparrett

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.

wlandgraf avatar Feb 15 '19 16:02 wlandgraf