1.0.0 • Published 1 year ago

slug_generator_simple v1.0.0

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

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago