galvez / plainbudget

Minimalist Plain Text Budgeting

Home Page:https://galvez.github.io/plainbudget

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

plainbudget: Minimalist Plain Text Budgeting

npm install pbudget -g

Latest library version is 0.2.8:

ESM

import { Plainbudget } from 'pbudget'

CommonJS

const { Plainbudget } = require('pbudget')

See http://galvez.github.io/plainbudget for details.

Library API badly needs docs, see src/components/Sheet.vue for now.

CLI

# reads and modifies file with result
pbudget sheet.txt -s 

# reads file and prints result
pbudget sheet.txt

# process from stdin and write to stdout
cat sheet.txt | pbudget > new-sheet.txt

Development

npm start # starts Nuxt development server
npm run build # builds SPA in docs/ folder

Requires Nuxt for running and building.

License

MIT

About

Minimalist Plain Text Budgeting

https://galvez.github.io/plainbudget


Languages

Language:JavaScript 69.1%Language:Vue 30.9%