No description
- Gleam 76.9%
- Erlang 10.9%
- Nix 7.2%
- Dockerfile 2.7%
- Shell 1.3%
- Other 1%
|
|
||
|---|---|---|
| .github/workflows | ||
| src | ||
| test | ||
| .gitignore | ||
| docker-compose.yml | ||
| Dockerfile | ||
| erl.config | ||
| flake.lock | ||
| flake.nix | ||
| gleam.toml | ||
| justfile | ||
| manifest.toml | ||
| README.md | ||
| update.sh | ||
cluster_manager
gleam add cluster_manager@1
import cluster_manager
pub fn main() {
// TODO: An example of the project in use
}
Further documentation can be found at https://hexdocs.pm/cluster_manager.
Development
gleam run # Run the project
gleam test # Run the tests