https://github.com/funbox/init-exporter-converter
Utility for converting procfiles from v1 to v2 format
https://github.com/funbox/init-exporter-converter
init-exporter
Last synced: over 1 year ago
JSON representation
Utility for converting procfiles from v1 to v2 format
- Host: GitHub
- URL: https://github.com/funbox/init-exporter-converter
- Owner: funbox
- License: mit
- Created: 2017-05-18T14:19:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-18T14:52:49.000Z (almost 2 years ago)
- Last Synced: 2025-02-25T10:27:49.787Z (over 1 year ago)
- Topics: init-exporter
- Language: Go
- Homepage:
- Size: 171 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## `init-exporter-converter` [](https://github.com/funbox/init-exporter-converter/actions/workflows/ci.yml) [](https://goreportcard.com/report/github.com/funbox/init-exporter-converter) [](LICENSE)
Utility for converting [`init-exporter`](https://github.com/funbox/init-exporter) procfiles from v1 to v2 format.
### Installation
#### From sources
To build the `init-exporter-converter` from scratch, make sure you have a working Go 1.23+ workspace ([instructions](https://golang.org/doc/install)), then:
```
go install github.com/funbox/init-exporter-converter@latest
```
#### From [ESSENTIAL KAOS Public Repository](https://yum.kaos.st)
```
sudo yum install -y https://pkgs.kaos.st/kaos-repo-latest.el$(grep 'CPE_NAME' /etc/os-release | tr -d '"' | cut -d':' -f5).noarch.rpm
sudo yum install init-exporter-converter
```
### Usage

### Build status
| Branch | Status |
|--------|--------|
| Stable | [](https://github.com/funbox/init-exporter-converter/actions/workflows/ci.yml) |
| Unstable | [](https://github.com/funbox/init-exporter-converter/actions/workflows/ci.yml) |
### License
[MIT](LICENSE)
[](https://funbox.ru)