There’s some apache guidance on npm naming. I can’t find it at the moment but will look again in the morning.
@openwhisk/wskdebug is clear. We might need to include apache in the name though. -r > On Feb 25, 2020, at 8:24 PM, Alexander Klimetschek <aklim...@adobe.com> wrote: > > > Hi everyone, > > the newly contributed wskdebug [1] project needs a new npm module name. > > Currently it is available under the npm name `@adobe/wskdebug` [2] so users > install the cli tool using: > > npm install -g @adobe/wskdebug > > Obviously with the move to openwhisk this cannot be used/updated anymore. > > What should be the new name? Some candidates: > wskdebug > openwhisk-wskdebug > @openwhisk/wskdebug > @apache/wskdebug > Note that @scopes in npm require accounts, so 3 and 4 are probably a bit more > complicated to setup. Both do not exist yet afaics. > > Existing npm modules from openwhisk are: > openwhisk > openwhisk-composer > Personally I would prefer the one that is most simple for users to type, > which is 1. > > [1] https://github.com/apache/openwhisk-wskdebug > [2] https://www.npmjs.com/package/@adobe/wskdebug > > > Cheers, > Alex