0.0.4 • Published 6 years ago
@knesk/util v0.0.4
Knesk Util · 
A Util Jaavscript Plugin with general functions.
Can be used as Javascript Plugin or Node.js Framwork with any kind of Node.js Framework
Examples
Check examples/ directory and simply run any example using node example.js
How to Install
npm install @knesk/util
or
yarn add @knesk/util
How to USE
const Util = require('@knesk/util')();
console.log(Util.slugify('The Product'))
// output - the-product