JS-Kernel

Kernel module for HW-Core framework

Installation


Method 1: Github release (bundle installation only)

Download latest minified file from github release

https://github.com/HW-Core/js-kernel/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-kernel"; git clone https://github.com/$repo.git $repo; ./$repo/install.sh

UPDATING: You can keep your module version updated with this command in repo folder:

git pull origin master && bash ./install.sh

Method 3: npm

npm i @hw-core/js-kernel