svjsl
v1.9.4
Published
A multi-purpose, lightweight and dependency-free JavaScript library that makes coding faster by providing many easy to use functions and classes
Downloads
409
Maintainers
Readme
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
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:
> Or create a 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