https://github.com/go-vela/types
Types for Vela (Target's official Pipeline Automation Framework)
https://github.com/go-vela/types
core golang golang-library hacktoberfest library types
Last synced: 6 months ago
JSON representation
Types for Vela (Target's official Pipeline Automation Framework)
- Host: GitHub
- URL: https://github.com/go-vela/types
- Owner: go-vela
- License: apache-2.0
- Created: 2019-11-04T14:14:35.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-07-23T17:56:36.000Z (6 months ago)
- Last Synced: 2025-07-23T20:52:51.461Z (6 months ago)
- Topics: core, golang, golang-library, hacktoberfest, library, types
- Language: Go
- Homepage: https://go-vela.github.io/docs/
- Size: 1.11 MB
- Stars: 25
- Watchers: 16
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: .github/README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
# types
> :warning: The types module is deprecated.
> Please use the types located in [go-vela/server](https://github.com/go-vela/server)
[](../LICENSE)
[](https://godoc.org/github.com/go-vela/types)
[](https://goreportcard.com/report/go-vela/types)
[](https://codecov.io/gh/go-vela/types)
> Vela is in active development and is a pre-release product.
>
> Feel free to send us feedback at https://github.com/go-vela/community/issues/new.
Vela is a Pipeline Automation (CI/CD) framework built on [Linux container](https://linuxcontainers.org/) technology written in [Golang](https://golang.org/).
Vela uses a syntax similar to [Docker Compose](https://docs.docker.com/compose/) to define its configuration. This structure for repeated use, within the application, is called a pipeline and a single execution of a pipeline is referenced as a build.
## Documentation
For installation and usage, please [visit our docs](https://go-vela.github.io/docs).
## Contributing
We are always welcome to new pull requests!
Please see our [contributing](CONTRIBUTING.md) documentation for further instructions.
## Support
We are always here to help!
Please see our [support](SUPPORT.md) documentation for further instructions.
## Copyright and License
```
Copyright 2019 Target Brands, Inc.
```
[Apache License, Version 2.0](../LICENSE)