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
Enter this in your command line to download JSLib:
npm i svjsl
Then, import it in your script like this:
const jsl = require("svjsl");
- 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