direction : Detect directionality: left-to-right, right-to-left, or neutral. You can installing direction 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 direction $ sudo npm install -g direction
If want to update the direction package execute the command as below,
$ sudo npm update direction
Update package globally,
$ npm install -g direction
$ sudo git clone https://github.com/rektide/direction.git
$ sudo npm install -g ./direction
direction@1.0.1 /usr/lib/node_modules/direction
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall direction
Package Name | direction |
Version | 1.0.1 |
Description | Detect directionality: left-to-right, right-to-left, or neutral |
Released Date | 2017-07-09T09:36:32.452Z |
Published by | wooorm |
How to Learn | https://www.npmjs.com/package/direction/tutorial |