1.1.2 • Published 4 years ago

@dashpilot/tinyslug v1.1.2

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

tinyslug

An NPM module that slugifies strings, in a tiny package

How to use

const tinySlug = require('@dashpilot/tinyslug');

const Sentence = new tinySlug('This is a string that should be slugified');

console.log(Sentence.slugify());

// outputs: 'this-is-a-string-that-should-be-slugified'
1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago