cpmteam/CPM

Package export: releases reexport

tsafin opened this issue · 3 comments

Projects which does have release package, should be handled specially (and might be handled even without any local recompilation).

i.e. for the intersystems-ru/webterminal there is latest release v3.2.2 which has special asset CacheWebTerminal-v3.2.2.xml:

  1. we propagate package metadata with GitHub repo metadata;
  2. set version to 3.2.2;
  3. copy CacheWebTerminal-v3.2.2.xml asset as the single container to install via package.json (.path attribute);
  4. Handle/propagate readme;
  5. And export this package as-is, without any recompilation

I've done this way manually, for the initial propagation of an npm registry.

@tsafin, could you please refer me to the guide of how to install, use & test your package manager?

@ZitRos wait a bit for 2nd article published. There will be some background, and some advices