All Projects → galvez → Plainbudget

galvez / Plainbudget

Minimalist Plain Text Budgeting

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Plainbudget

Grid
Declarative React Canvas Grid primitive for Data table, Pivot table, Excel Worksheets and more 💥
Stars: ✭ 573 (+243.11%)
Mutual labels:  spreadsheet
Unpivotr
Unpivot complex and irregular data layouts in R
Stars: ✭ 148 (-11.38%)
Mutual labels:  spreadsheet
Vue Warehouse
A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js.
Stars: ✭ 161 (-3.59%)
Mutual labels:  nuxt
Nuxt Payload Extractor
Nuxt.js module that makes `nuxt generate` command to store html and payload separately.
Stars: ✭ 140 (-16.17%)
Mutual labels:  nuxt
Laravel Nuxt Js
Build a SPA with Laravel and Nuxt.
Stars: ✭ 146 (-12.57%)
Mutual labels:  nuxt
Nuxt Leaflet
Nuxt module for leafletjs - https://schlunsen.github.io/nuxt-leaflet/
Stars: ✭ 152 (-8.98%)
Mutual labels:  nuxt
Nuxtjs.org
Nuxt Documentation Website
Stars: ✭ 1,990 (+1091.62%)
Mutual labels:  nuxt
Moment Module
Efficient Moment.js integration for Nuxt
Stars: ✭ 164 (-1.8%)
Mutual labels:  nuxt
Nuxt Socket Io
Nuxt Socket IO - socket.io client and server module for Nuxt
Stars: ✭ 148 (-11.38%)
Mutual labels:  nuxt
Actions Gh Pages
GitHub Actions for GitHub Pages 🚀 Deploy static files and publish your site easily. Static-Site-Generators-friendly.
Stars: ✭ 2,576 (+1442.51%)
Mutual labels:  nuxt
Recaptcha Module
🤖 Simple and easy Google reCAPTCHA integration with Nuxt.js
Stars: ✭ 143 (-14.37%)
Mutual labels:  nuxt
Http
Universal HTTP Module for Nuxt.js
Stars: ✭ 146 (-12.57%)
Mutual labels:  nuxt
Yii2 Export
A library to export server/db data in various formats (e.g. excel, html, pdf, csv etc.)
Stars: ✭ 153 (-8.38%)
Mutual labels:  spreadsheet
Nuxt Generate Cluster
Multi-threaded generator command for nuxt.js
Stars: ✭ 140 (-16.17%)
Mutual labels:  nuxt
Vue Stator
Vuex alternative based on Vue.observable()
Stars: ✭ 162 (-2.99%)
Mutual labels:  nuxt
Ssf
📝 Spreadsheet Number Formatter
Stars: ✭ 139 (-16.77%)
Mutual labels:  spreadsheet
Test files
📚 SheetJS Test Files (XLS/XLSX/XLSB and other spreadsheet formats)
Stars: ✭ 150 (-10.18%)
Mutual labels:  spreadsheet
Nuxt Coreui
💫 NuxtJS + CoreUI Project — Unofficial Nuxt + CoreUI project, free to use boilerplate for every need.
Stars: ✭ 166 (-0.6%)
Mutual labels:  nuxt
Fame
A blog power by spring-boot and vue
Stars: ✭ 162 (-2.99%)
Mutual labels:  nuxt
Nuxt Bnhcp
nuxt、express、vue、mysql、redis、nginx、socket.io (实战商城)
Stars: ✭ 1,929 (+1055.09%)
Mutual labels:  nuxt

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].