GemmaPoddocs
Referencegemmapod CLI

gemmapod init

Scaffold a new pod project (pod.toml, .gitignore, embed-example.html).

Synopsis

gemmapod init --dir <path>

Description

Creates a new GemmaPod project directory with:

  • pod.toml — manifest with reasonable defaults
  • .gitignore — excludes owner.key and dist/
  • embed-example.html — template page demonstrating how to embed the built pod

Options

FlagDefaultMeaning
--dir <path>(required)Target directory. Will be created if it doesn't exist.

Example

gemmapod init --dir ./my-pod
# Initialized GemmaPod project in /Users/raj/my-pod
#   /Users/raj/my-pod/pod.toml
#   /Users/raj/my-pod/.gitignore
#   /Users/raj/my-pod/embed-example.html

See also