github-slugger : Generate a slug just like GitHub does for markdown headings.. You can installing github-slugger 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 github-slugger $ sudo npm install -g github-slugger
If want to update the github-slugger package execute the command as below,
$ sudo npm update github-slugger
Update package globally,
$ npm install -g github-slugger
$ sudo git clone https://github.com/rektide/github-slugger.git
$ sudo npm install -g ./github-slugger
github-slugger@1.2.0 /usr/lib/node_modules/github-slugger
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall github-slugger
Package Name | github-slugger |
Version | 1.2.0 |
Description | Generate a slug just like GitHub does for markdown headings. |
Released Date | 2017-09-21T03:58:04.541Z |
Published by | flet |
How to Learn | https://www.npmjs.com/package/github-slugger/tutorial |