Added package slugify (#1890)

This commit is contained in:
Leonard Kioi kinyanjui 2021-04-30 23:59:35 +03:00 committed by GitHub
parent 0986608e01
commit 0604fa22b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22403,5 +22403,20 @@
"description": "html dsl",
"license": "MIT",
"web": "https://github.com/jakubDoka/niml"
},
{
"name": "slugify",
"url": "https://github.com/lenniezelk/slugify",
"method": "git",
"tags": [
"slug",
"slugify",
"unicode",
"string",
"markdown"
],
"description": "Convert strings to a slug. Can be used for URLs, file names, IDs etc.",
"license": "MIT",
"web": "https://github.com/lenniezelk/slugify"
}
]