mix spectre.gen.installable (Spectre v0.3.3)

Copy Markdown View Source

Generates a minimal Stack-installable Spectre package and conformance test.

mix spectre.gen.installable MyApp.SupportPackage

Files are never overwritten unless --force is passed. --dry-run validates the complete generation plan without changing the filesystem.

Options

  • --dry-run - print the files that would be generated;
  • --force - replace existing regular files.