Slugify a string
$ npm install --global slugify-cli
$ slugify --help
Usage
$ slugify <string>
Options
--separator=<string> Word separator [Default: -]
--no-lowercase Don’t make the slug lowercase
--no-decamelize Don’t convert camelCase to separate words
--preserve-leading-underscore If your string starts with an underscore, it will be preserved in the slugified string
Examples
$ slugify 'Déjà Vu!'
deja-vu
$ slugify 'Unicorns & Rainbows' --separator='_'
unicorns_and_rainbows
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4