kmhoran / budget_tool

Google Sheet Budget Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Budget Tool

A .NET tool to manage my budget records kept on Google Sheets.

Requirements

  • .NET Core SDK 2.2

Installation

Clone the project into your working directory:

$ git clone https://github.com/kmhoran/budget_tool.git .

Usage

From the working directory, build and run:

$ dotnet build
$ cd AppCli
$ dotnet run

Tests

From the working directory, run:

$ dotnet test

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

Google Sheet Budget Tool


Languages

Language:C# 99.6%Language:Dockerfile 0.4%