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:
1. wskdebug
2. openwhisk-wskdebug
3. @openwhisk/wskdebug
4. @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