Sv443 / JSLib-npm

This npm package makes coding a bit faster by providing many advanced pre-built functions

Home Page:https://npmjs.com/package/svjsl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSLib Banner


This project now has a new home - https://github.com/Sv443/SvCoreLib is a continuation of this library




JSLib (npm) by Sv443

A multi-purpose, lightweight and dependency-free JavaScript library that makes coding faster by providing many easy to use functions and classes
MIT License build coverage Snyk Vulnerabilities

GitHub watchers GitHub stars




Installation:

Enter this in your command line to download JSLib:

npm i svjsl

Then, import it in your script like this:

const jsl = require("svjsl");





These are some of the features JSLib offers:

> Create a dynamic, interactive menu prompt directly in the command line:

Menu Prompt


> Or create a progress bar:

Progress Bar


> Other features include:

  • Download files from the internet
  • Generate random numbers based on a seed (same input seed = same numbers every time)
  • Transform numbers to other numerical ranges
  • Add some color to your console output
  • Generate UUIDs with many pre-built numerical systems and even custom ones

...and many more! You can check out the full list here.






> > You can find the full JSLib documentation here < <


If you need any help, feel free to join my Discord server and I will help you as soon as possible:

Discord Invite



Made with ❤️ by Sv443
Support me on Patreon, Ko-fi or PayPal

About

This npm package makes coding a bit faster by providing many advanced pre-built functions

https://npmjs.com/package/svjsl

License:MIT License


Languages

Language:JavaScript 100.0%