UNPKG

clg

Version:

Command-line goodness for static site generators and more

9 lines (8 loc) 190 B
module.exports = function(str) { return str .replace(/\s/g, '-') .replace(/[()=:.,!#$@"'/\|?*+]/g, '') .replace(/^-+|-+$/g, '') .replace(/-+/g, '-') .toLowerCase(); };