The community template registry lives at raisga/p4n4-templates.
# Search available templates
p4n4 template search
# Filter by keyword
p4n4 template search manufacturing
# Install a template
p4n4 template install factory-baseline
# List installed templates
p4n4 template list
| Name | Stacks | Description |
|---|---|---|
factory-baseline |
iot + ai + edge | Full stack for discrete manufacturing |
iot-minimal |
iot | Minimal IoT-only starter |
p4n4-template.toml.raisga/p4n4-templates and add your template to index.json.p4n4-template.toml quick reference[template]
name = "my-template"
version = "0.1.0"
description = "One sentence description"
author = "Your Name"
tags = ["tag1", "tag2"]
[requires]
cli = ">=0.1.0"
stacks = ["iot"]