es6-module-transpiler : es6-module-transpiler is an experimental compiler that allows you to write your JavaScript using a subset of the current ES6 module syntax, and compile it into various formats.. You can installing es6-module-transpiler npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install es6-module-transpiler $ sudo npm install -g es6-module-transpiler
If want to update the es6-module-transpiler package execute the command as below,
$ sudo npm update es6-module-transpiler
Update package globally,
$ npm install -g es6-module-transpiler
$ sudo git clone https://github.com/rektide/es6-module-transpiler.git
$ sudo npm install -g ./es6-module-transpiler
es6-module-transpiler@0.10.0 /usr/lib/node_modules/es6-module-transpiler
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall es6-module-transpiler
Package Name | es6-module-transpiler |
Version | 0.10.0 |
Description | es6-module-transpiler is an experimental compiler that allows you to write your JavaScript using a subset of the current ES6 module syntax, and compile it into various formats. |
Released Date | 2015-01-22T21:31:52.665Z |
Published by | eventualbuddha |
How to Learn | https://www.npmjs.com/package/es6-module-transpiler/tutorial |