As of version 1.4, there is a new feature to open a link in one of three services (auto, npm, npms)
$ npms open gulp --link npm
This functionality will be added to npms search command and will display the associated link in the result table
Eg.
$npms search gulp --link npm
Will display the npm link in the CLI result table, providing a simple interface for users to show the link they wish to use on search results.
As of version 1.4, there is a new feature to open a link in one of three services (auto, npm, npms)
This functionality will be added to
npms searchcommand and will display the associated link in the result tableEg.
Will display the npm link in the CLI result table, providing a simple interface for users to show the link they wish to use on search results.