tools.deploy vocabulary - Factor Documentation (original) (raw)

tools.deploy vocabulary
Factor handbook » Vocabulary index

Documentation
Application deployment

Metadata

Parents: tools
Tags: tools
Authors: Slava Pestov

Words

Tuple classes

Class Superclass Slots
no-vocab-main tuple vocab

Ordinary words

Word Stack effect
check-vocab-main ( vocab -- vocab )
deploy ( vocab -- )
deploy-image-only ( vocab image -- )
deploy-main ( -- )
no-vocab-main ( vocab -- * )

Class predicate words

Word Stack effect
no-vocab-main? ( object -- ? )

Files

resource:basis/tools/deploy/deploy.factor
resource:basis/tools/deploy/deploy-docs.factor
resource:basis/tools/deploy/deploy-tests.factor

Metadata files

resource:basis/tools/deploy/authors.txt
resource:basis/tools/deploy/summary.txt
resource:basis/tools/deploy/tags.txt

Children from resource:basis

Vocabulary Summary
tools.deploy.backend
tools.deploy.config
tools.deploy.embed Embed a Factor image into a VM to create a single standalone executable file
tools.deploy.macos Deploying minimal stand-alone macOS application bundles
tools.deploy.restage
tools.deploy.shaker
tools.deploy.test
tools.deploy.unix Deploying minimal stand-alone binaries on *nix-like systems
tools.deploy.windows Deploying minimal stand-alone Windows executables