Skip to content

HW-Core/js-kernel

Repository files navigation

HWCORE - JS KERNEL

== Kernel ==

This is the kernel module of hw-core for javascript

It is required by all hw-core js libraries since implements the bootstrap process and basic functionalities.

HW-Core JS is crossplatform and can run on browser and server ( nodejs tested )

How to install ( For all Platform / OS : run in bash >= 4.x )

repo="hw-core/js-kernel"; git clone https://github.com/$repo.git $repo; ./$repo/install.sh