@tridnguyen/slugify

2.0.0 • Public • Published

@tridnguyen/slugify

Personal convention for using slugify

  • Remove these characters *+~.()'"!:@
  • Lower case
const slugify = require('@tridnguyen/slugify');

slugify('Test\'s < "& merch😀'); // "tests-less-and-merch"

Readme

Keywords

none

Package Sidebar

Install

npm i @tridnguyen/slugify

Weekly Downloads

2

Version

2.0.0

License

ISC

Unpacked Size

3.13 kB

Total Files

5

Last publish

Collaborators

  • tridnguyen