Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sebastiandotdev/go_run

Golang test
https://github.com/sebastiandotdev/go_run

Last synced: 25 days ago
JSON representation

Golang test

Awesome Lists containing this project

README

        

# Go Cli

## Go_run

- `Go_run` es CLI escrito en Go en donde podras listar, eliminar y completar tareas.

## ventajas

- Al estar escrito es Go su respuesta sera optima y precisa.

## usage

* Instalacion

```go
go install https://github.com/sebastian01w/go_run
```

* comandos
````go
[
"--posts",
"--create",
"--completed",
"--delete"
]
````

**Example**

* *--posts*
````sh
go_run --posts

````

* *--delete*
````sh
go_run --delete
````

## MIT license

## Autor

- **JSebastian Castro**