NAME

spvmdist - Generating SPVM Distribution

SYNOPSIS

usage: spvmdist [<options>] <class_name> [<dir>]
  
  spvmdist Foo
  spvmdist Foo My-Foo
  spvmdist Foo::Bar::Baz
  spvmdist --native c Foo
  spvmdist --native c++ Foo
  spvmdist --precompile Foo

Options:
  -h, --help                     Show this message
  -v, --version                  Show the version
  -q, --quiet                    Quiet output
  -f, --force                    Force to generate files
  --output-dir                   Output directory
  --native LANGUAGE              Add native files and setting
  --precompile                   Add precompile setting
  --only-lib-files               Output only the files in "lib" directory

DESCRIPTION

spvmdist is the command to generate a SPVM distribution.