This is the core code that powers the Bankroller desktop application and the the bankroller command line tool.
bankroller-core is written in Javascript. Make sure you have Node.js (>= v9.5) installed, and your environment is capable of installing and compiling npm modules.
macOS Make sure you have the XCode Command Line Tools installed. These are needed in general to be able to compile most C based languages on your machine, as well as many npm modules.
npm i -S DaoCasino/bankroller-core
preinstall (on ubuntu)
curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo apt-get install -y build-essential
sudo apt-get install python2.7 git-all pkg-config libncurses5-dev libssl-dev libnss3-dev libexpat-dev
Feel free to dive in! Open an issue or submit PRs.
We are follows the Contributor Covenant Code of Conduct.