1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-04-22 19:02:14 +00:00
libs/README.md
Florian Bouillon d24a550e8a
misc: Update Config deps
Signed-off-by: Avior <github@avior.me>
2022-04-05 12:21:23 +02:00

40 lines
729 B
Markdown

# Libs
Collection of libraries for differents usages
[![codecov](https://img.shields.io/sonar/coverage/dzeiocom_libs?server=https%3A%2F%2Fsonarcloud.io&style=flat-square)](https://sonarcloud.io/project/overview?id=dzeiocom_libs)
## Libraries
### Config
Holder for my configurations used in most of my other repositories
### DOM Manager
Library to manage the browser DOM easier
### Easy Sitemap
Sitemap Builder
### Listener
Custom implementation of the NodeJS Listener
### Logger
A nicer `console` with support for theming and prefixes
### Object Util
Functions that make it easier to manipulate objects
### Queue
A `async` Queue system to do heavy work quicker
### URL Manager
A complete URL parser/serializer