Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 359 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 359 Bytes

The Budget You Need (TBYN) Circle CI

Zero-sum, envelope budgeting written in JavaScript.

Development

The source is JavaScript. Install dependencies with:

npm install

Running tests

Tests are run through mocha, and can be run by:

npm test