Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/galvez/plainbudget
Minimalist Plain Text Budgeting
https://github.com/galvez/plainbudget
nuxt plaintext spreadsheet vue
Last synced: 3 months ago
JSON representation
Minimalist Plain Text Budgeting
- Host: GitHub
- URL: https://github.com/galvez/plainbudget
- Owner: galvez
- Created: 2018-05-25T08:36:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-14T23:53:10.000Z (almost 6 years ago)
- Last Synced: 2024-05-01T22:35:16.602Z (7 months ago)
- Topics: nuxt, plaintext, spreadsheet, vue
- Language: JavaScript
- Homepage: https://galvez.github.io/plainbudget
- Size: 411 KB
- Stars: 167
- Watchers: 9
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# plainbudget: Minimalist Plain Text Budgeting
```sh
npm install pbudget -g
```Latest library version is **0.2.8**:
# ESM
```js
import { Plainbudget } from 'pbudget'
```# CommonJS
```js
const { Plainbudget } = require('pbudget')
```See [http://galvez.github.io/plainbudget](http://galvez.github.io/plainbudget) for details.
Library API *badly needs docs*, see `src/components/Sheet.vue` for now.
# CLI
```sh
# 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
```sh
npm start # starts Nuxt development server
npm run build # builds SPA in docs/ folder
```Requires [Nuxt](http://nuxtjs.org/) for running and building.
# License
MIT