Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cashapp/hermit
🐚 Hermit manages isolated, self-bootstrapping sets of tools in software projects.
https://github.com/cashapp/hermit
hermetic installer package-manager
Last synced: 9 days ago
JSON representation
🐚 Hermit manages isolated, self-bootstrapping sets of tools in software projects.
- Host: GitHub
- URL: https://github.com/cashapp/hermit
- Owner: cashapp
- License: apache-2.0
- Created: 2021-05-20T04:06:55.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-10T02:24:06.000Z (7 months ago)
- Last Synced: 2024-04-14T06:36:44.352Z (7 months ago)
- Topics: hermetic, installer, package-manager
- Language: Go
- Homepage: https://cashapp.github.io/hermit
- Size: 6.28 MB
- Stars: 551
- Watchers: 6
- Forks: 47
- Open Issues: 74
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-repositories - cashapp/hermit - 🐚 Hermit manages isolated, self-bootstrapping sets of tools in software projects. (Go)
README
# Hermit - uniform tooling for Linux and Mac
[![CI](https://github.com/cashapp/hermit/actions/workflows/ci.yml/badge.svg)](https://github.com/cashapp/hermit/actions/workflows/ci.yml) [![Slack chat](https://img.shields.io/badge/slack-gophers-795679?logo=slack)](https://gophers.slack.com/messages/cashapp) [![Go Report Card](https://goreportcard.com/badge/github.com/cashapp/hermit)](https://goreportcard.com/report/github.com/cashapp/hermit)Hermit installs tools for software projects in self-contained, isolated sets, so your team, your contributors, and your CI have the same consistent tooling.
See https://cashapp.github.io/hermit for full documentation.
![hermit intro screen cast](docs/docs/static/screencasts/using.svg)
---
Copyright 2021 Square, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.