@rmacshane-lw/slugify-lite
v6.0.4
Published
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!
Maintainers
Readme
slugify-lite
A 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.
Installation
npm install slugify-liteUsage
Slugify
import { slugify } from '@rmacshane-lw/slugify-lite';
const slug = slugify('Hello World');
console.log(slug); # hello-worldVersion
import { version } from '@rmacshane-lw/slugify-lite';
const version = version();
console.log(version); # 6.0.1