Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/julioc98/zombie
Package from Golang, running commands on terminal
https://github.com/julioc98/zombie
Last synced: 7 days ago
JSON representation
Package from Golang, running commands on terminal
- Host: GitHub
- URL: https://github.com/julioc98/zombie
- Owner: julioc98
- License: mit
- Created: 2017-12-28T18:32:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-07T14:46:28.000Z (over 6 years ago)
- Last Synced: 2024-08-02T02:11:08.682Z (3 months ago)
- Language: Go
- Size: 11.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- divertidalista - Zombie - Package Golang para rodar comandos no terminal
README
# Zombie
Package from Golang, running commands on terminal[![Build Status](https://travis-ci.org/julioc98/zombie.svg?branch=master)](https://travis-ci.org/julioc98/zombie) [![Go Report Card](https://goreportcard.com/badge/github.com/julioc98/zombie)](https://goreportcard.com/report/github.com/julioc98/zombie)
### Prerequisites
* [Golang](https://github.com/golang/go)
* [Gitflow](https://github.com/nvie/gitflow) For Contributing### Installing
Get this project
```
go get -u github.com/julioc98/zombie
```
Add into your project```
import "github.com/julioc98/zombie"
```
## ContributingPlease read [CONTRIBUTING.md](https://github.com/julioc98/zombie/blob/master/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/julioc98/zombie/tags).
## Authors
* **[Julio Cesar](https://julioc98.github.io)**
See also the list of [contributors](https://github.com/julioc98/zombie/contributors) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.