Installation
Method 1: Github release (bundle installation only)
Download latest minified file from github release
https://github.com/HW-Core/js-lib-class/releases
Method 2: With Joiner package manager ( For all Platform / OS : run in bash >= 4.x )**
Run this command in your bash console (even on windows) and this repository will be downloaded with related dependencies
repo="hw-core/js-lib-class"; git clone https://github.com/$repo.git $repo; ./$repo/install.sh
UPDATING: You can keep your jsclass version updated with this command in jsclass folder:
git pull origin master && bash ./install.sh
Method 3: npm
npm i @hw-core/js-lib-class