Can be used as Javascript Plugin or Node.js Framwork with any kind of Node.js Framework
Check examples/ directory and simply run any example using node example.js
npm install @knesk/util
or
yarn add @knesk/util
const Util = require('@knesk/util')();
console.log(Util.slugify('The Product'))
// output - the-product