0.0.4 • Published 6 years ago

@knesk/util v0.0.4

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

Knesk Util · GitHub license

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
0.0.4

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago