A tiny function to slugify strings for URLs - This is a test package for me to test npm version management - Use at your own risk!
npm install @rmacshane-lw/slugify-liteA tiny utility that converts strings into URL-friendly slugs.
Note: This is just an AI generated package that is used for me to test npm package management. Use at your own risk.
``bash`
npm install slugify-lite
typescript
import { slugify } from '@rmacshane-lw/slugify-lite';const slug = slugify('Hello World');
console.log(slug); # hello-world
`$3
`typescript
import { version } from '@rmacshane-lw/slugify-lite';const version = version();
console.log(version); # 6.0.1
``