mix lmml.new (Lmml v0.1.0)

View Source

Creates a new, empty .lmml narrative file.

mix lmml.new PATH

PATH is normalized to end in .lmml if it doesn't already; any missing parent directories are created. Refuses to overwrite an existing file.

Example

mix lmml.new notes/meeting

Creates notes/meeting.lmml containing a minimal starter narrative.