1.0.0 • Published 4 years ago

slugifiz v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Slugifiz

Simple, Small package for creating slugs from a string.

Installiation

npm i slugifiz

const slug = require("slugifiz");

const str = slug("Hello World", {});

Options

  • seperator: String, Whice seperator to use. Default: "-"
  • lower: Boolean, Return the string in lowe case. Default: false
  • divison: String, Whice signs to remove (can be a regx). Default: " "
1.0.0

4 years ago