1.0.0 • Published 8 months ago

slug_generator_simple v1.0.0

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

Slug Generator

import { generate_slugs } from "slug_generator_simple"

generate_slugs({text:"simple text"}); //simple-text
 
// if you prefer something other than '-' as separator
    generate_slugs({text:"simple text","_"}); //simple_text

Contribute

  1. the library is just starting to contribute in the best way possible, thank you.`
1.0.0

8 months ago

0.0.9

8 months ago

0.0.8

8 months ago

0.0.7

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago