ssb-ref : check if a string is a valid ssb-reference. You can installing ssb-ref npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install ssb-ref $ sudo npm install -g ssb-ref
If want to update the ssb-ref package execute the command as below,
$ sudo npm update ssb-ref
Update package globally,
$ npm install -g ssb-ref
$ sudo git clone https://github.com/rektide/ssb-ref.git
$ sudo npm install -g ./ssb-ref
ssb-ref@2.8.0 /usr/lib/node_modules/ssb-ref
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall ssb-ref
| Package Name | ssb-ref |
| Version | 2.8.0 |
| Description | check if a string is a valid ssb-reference |
| Released Date | 2017-11-20T03:14:04.152Z |
| Published by | mmckegg |
| How to Learn | https://www.npmjs.com/package/ssb-ref/tutorial |