Hi Henry, On Thu, 2020-08-13 at 22:51 -0700, Henry Saginor wrote: > Hi, > > The slingpackager [1] is a nodejs based tool for managing content > packages. I would like to start publishing it on npmjs.org < > http://npmjs.org/>;. > I understand that there is apache-sling org on npmjs.org. But since > slingpackager the first Sling nodejs module we don’t really have a > process for this. > I want to start a discussion here to define it.
I guess the first step would be to check how others at the ASF do it. Betrand has found some references and pasted them at https://issues.apache.org/jira/browse/SLING-8747?focusedCommentId=16942825&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-16942825 Openwhisk also releases to npm, at least judging from https://github.com/apache/openwhisk-client-js As for the release requiements, the entry point is http://www.apache.org/legal/release-policy.html#artifacts . Briefly, that says: - include a source package that can be used to build and test the release - cryptographically sign the artifacts - include LICENSE (and NOTICE if needed) - include license headers A release must be published to dist.apache.org and _can_ be published to other channels like npmjs.org . Hopefully that is enough to start with, but let me know if you have any other questions. Oh, and I tried to add you to the npmjs org, but the site keeps erroring out today. I'll try again later. Thanks, Robert
