An open API service indexing awesome lists of open source software.

https://github.com/alensaavedra/console-app

Console application
https://github.com/alensaavedra/console-app

golang powershell

Last synced: 3 months ago
JSON representation

Console application

Awesome Lists containing this project

README

          

# GO - CONSOLE CRUD

This is a simple Cli application using Go that stores data in a JSON file, and do some basic operations like create, read, update and delete.

# Installation

```
git clone https://github.com/AlenSaavedra/console-app
cd console-app
go install