Init

Topic: init

Explanation

protoparser init [target_dir] creates a minimal ProtoML project structure with a meetings/ folder, a shared _tags.pml, and a starter main.pml.

It is recommended to wrap the target directory path in double quotes.

Examples

protoparser init
protoparser init "./project"