1.0.1-alpha.803b037a • Published 7 years ago

debt-reducer-redux v1.0.1-alpha.803b037a

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

Lib for debt reduction.

This will eventually be a library for calculating debt amortization and related functions.

To get started install node 7.2+ + yarn (via your OS package manager is preferred apparently) then run yarn install

There is probably a better way but to use tsc from the command line the easist way is to add yarn bins to your path like so: export PATH=$(yarn bin):$PATH