Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/altipla-consulting/tools
Internal tools for developers in Altipla Consulting.
https://github.com/altipla-consulting/tools
Last synced: about 1 month ago
JSON representation
Internal tools for developers in Altipla Consulting.
- Host: GitHub
- URL: https://github.com/altipla-consulting/tools
- Owner: altipla-consulting
- License: mit
- Created: 2021-03-01T22:56:01.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-29T08:29:45.000Z (over 2 years ago)
- Last Synced: 2024-04-16T00:19:36.100Z (9 months ago)
- Language: Go
- Homepage:
- Size: 3.91 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tools
Internal tools for developers in Altipla Consulting.
## Install
Install all tools with a single command:
```shell
curl -sL https://tools.altipla.consulting/install/all | sudo bash
```Install only one of the tools (only for tools **with Support = External**):
```shell
curl -sL https://tools.altipla.consulting/install/jnet | sudo bash
```## Tools
There are multiple tools inside this repo with different levels of activity and support and this table will give an overview of all of them.
| Tool | State | Support | Docs |
|------|-------|---------|------|
| `gaestage` | ![](https://img.shields.io/badge/state-active-brightgreen) | ![](https://img.shields.io/badge/usage-external-blue) | [Docs](./cmd/gaestage/README.md) |
| `impsort` | ![](https://img.shields.io/badge/state-active-brightgreen) | ![](https://img.shields.io/badge/usage-external-blue) | [Docs](./cmd/impsort/README.md) |
| `jnet` | ![](https://img.shields.io/badge/state-active-brightgreen) | ![](https://img.shields.io/badge/usage-external-blue) | [Docs](./cmd/jnet/README.md) |
| `previewer-netlify` | ![](https://img.shields.io/badge/state-deprecated-red) | | [Docs](./cmd/previewer/README.md) |
| `pub` | ![](https://img.shields.io/badge/state-deprecated-red) | | [Docs](./cmd/pub/README.md) |
| `runner` | ![](https://img.shields.io/badge/state-deprecated-red) | | [Docs](./cmd/runner/README.md) |### Legend
| Badge | Meaning |
|-------|---------|
| ![](https://img.shields.io/badge/state-active-brightgreen) | Actively used. |
| ![](https://img.shields.io/badge/state-deprecated-red) | The tool is deprecated and being replaced or removed.
Do not use for new projects, it will be removed in the future. |
| ![](https://img.shields.io/badge/usage-external-blue) | Prepared to run anywhere outside our infrastructure.
Anyone can use it easily.
Breaking changes will be avoided as much as possible.
Any bugs found will be promptly fixed. |## Contributing
You can make pull requests or create issues in GitHub. Any code you send should be formatted using `make gofmt`.
## License
[MIT License](LICENSE)