accounting : number, money and currency formatting library. You can installing accounting 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 accounting $ sudo npm install -g accounting
If want to update the accounting package execute the command as below,
$ sudo npm update accounting
Update package globally,
$ npm install -g accounting
$ sudo git clone https://github.com/rektide/accounting.git
$ sudo npm install -g ./accounting
accounting@0.4.1 /usr/lib/node_modules/accounting
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall accounting
Package Name | accounting |
Version | 0.4.1 |
Description | number, money and currency formatting library |
Released Date | 2014-07-16T12:44:16.412Z |
Published by | joss |
How to Learn | https://www.npmjs.com/package/accounting/tutorial |