Skip to content
/ util Public

A Node.js Util class with some general functions.

License

Notifications You must be signed in to change notification settings

muftjs/util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Node.js Util class with some general functions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published