feat: add initial

This commit is contained in:
2025-07-07 19:48:37 +02:00
commit e10a40dc6b
9 changed files with 811 additions and 0 deletions

31
README.md Normal file
View File

@@ -0,0 +1,31 @@
# Norun
```bash
norun subscribe apps
```
```bash
norun publish apps@hello-world:latest
```
## Hello world example
```toml
# norun.toml
[project]
name = "hello-world"
[container]
image = "kasperhermansen/hello-world"
version = "latest" # default
[expose]
port = 8080
[external]
url = "hello-world.nonothing.io" # default
protocol = "HTTP" # default
```