Run directly
a ) npm install git://github.com/appcoreopc/babelCompiler.git
If you unable to invoke, hsc (helloscript compiler), please try to clone this repository and run "npm link".
Ideally, you should be able to run
hsc dummycode.js
And will generate the following output :-
original code:- let a = 2 + 2;
transformed code:- let total = 2 + 2;