#DevTip Quickly need to slugify / make an international string safe for URLs or file names?
Run `npx slugify-cli` followed by the string you’d like to slugify to use @sindresorhus’s excellent slugify without having to install an npm package globally.
(Requires node and npm to be installed)