jstransform : A simple AST visitor-based JS transformer. You can installing jstransform 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 jstransform $ sudo npm install -g jstransform
If want to update the jstransform package execute the command as below,
$ sudo npm update jstransform
Update package globally,
$ npm install -g jstransform
$ sudo git clone https://github.com/rektide/jstransform.git
$ sudo npm install -g ./jstransform
jstransform@11.0.3 /usr/lib/node_modules/jstransform
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall jstransform
Package Name | jstransform |
Version | 11.0.3 |
Description | A simple AST visitor-based JS transformer |
Released Date | 2015-07-13T18:32:22.903Z |
Published by | zpao |
How to Learn | https://www.npmjs.com/package/jstransform/tutorial |