MCPcopy
hub / github.com/ThatGuySam/doesitarm / makeSlug

Function makeSlug

helpers/slug.js:4–9  ·  view source on GitHub ↗
( name )

Source from the content-addressed store, hash-verified

2import slugify from 'slugify'
3
4export function makeSlug ( name ) {
5 return slugify(name, {
6 lower: true,
7 strict: true
8 })
9}

Callers 6

buildReadmeAppListFunction · 0.90
build-app-list.jsFile · 0.90
build-game-list.jsFile · 0.90
makeVideoSlugFunction · 0.90
makeCategorySlugFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected