https://github.com/feenkcom/budgeteer
A system for handling budgets that also exemplifies moldable development
https://github.com/feenkcom/budgeteer
Last synced: 3 months ago
JSON representation
A system for handling budgets that also exemplifies moldable development
- Host: GitHub
- URL: https://github.com/feenkcom/budgeteer
- Owner: feenkcom
- License: mit
- Created: 2019-03-09T11:27:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-23T10:16:09.000Z (about 7 years ago)
- Last Synced: 2025-10-25T04:24:12.640Z (8 months ago)
- Language: Smalltalk
- Size: 40 KB
- Stars: 3
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# budgeteer
A system for handling budgets that also exemplifies moldable development
## How to load
```
EpMonitor current disable.
Metacello new
baseline: 'Budgeteer';
repository: 'github://feenkcom/budgeteer/src';
load.
EpMonitor current enable
```