@mindpowered/financecalculator
v0.0.2
Published
Financial calculations such as Net Present Value, Present Value, Future Value
Downloads
5
Readme
financecalculator
Financial calculations such as Net Present Value, Present Value, Future Value
Contents
Source Code and Documentation
- Source Code: https://github.com/mindpowered/finance-calculator-js
- Documentation: https://mindpowered.github.io/finance-calculator-js
Requirements
- ES6
- npm
Third-party dependencies may have additional requirements.
Installation
npm
You can retrieve the financecalculator package using npm https://www.npmjs.com/. After initializing your packages.json file in your project’s directory with npm init
, you can install the financecalculator package with
npm i @mindpowered/financecalculator --save
hint: the --save
option will add the newly installed dependency in your packages.json file.
package.json
You can also add the package directly to your packages.json file.
...
Support
We are here to support using this package. If it doesn't do what you're looking for, isn't working, or you just need help, please Contact us.
There is also a public Issue Tracker available for this package.
Licensing
This package is released under the MIT License.