1.0.0 • Published 9 months ago

slug_generator_simple v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 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

9 months ago

0.0.9

9 months ago

0.0.8

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago