1.0.0 • Published 9 months ago

slugcase v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

slugcase

A library to convert a string to slug format

Installation

npm install slugcase

Usage

import { slugcase } from 'slugcase',

const myString = 'Hola como estas?';

const mySlugString = slugcase(myString);

// mySlugString
// hola-como-estas

Roadmap

  • Add Typescript
  • Add Unit tests
  • Suport to ESM and CommonJS
  • Whatever
1.0.0

9 months ago

0.0.1-beta.1

9 months ago