Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add erlexec #78

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -5,6 +5,7 @@ A curated list of amazingly awesome Erlang libraries, resources and shiny thing
- [Package Management](#package-management)
- [Release Management](#release-management)
- [Configuration Management](#configuration-management)
- [OS Process Management](#os-process-management)
- [Codebase Maintenance](#codebase-maintenance)
- [Web Frameworks](#web-frameworks)
- [Web Framework Components](#web-framework-components)
Expand Down Expand Up @@ -56,6 +57,9 @@ A curated list of amazingly awesome Erlang libraries, resources and shiny thing

* [stillir](https://github.com/heroku/stillir) - Cache environment variables as Erlang app variables.

## OS Process Management
* [erlexec](https://github.com/saleyn/erlexec) - OS Process Manager.

## Codebase Maintenance
*Libraries and tools to maintain a clean codebase.*

Expand Down