View Source Skitter (Skitter v0.6.1)
Skitter entry point.
This module serves a single point which can be used to access the features a typical user is
expected to use. Concretly, this module offers access to both the Skitter runtime system and to
the DSLs defined by Skitter. The runtime system can be accessed through deploy/1
and stop/1
,
which are shorthands for Skitter.Runtime.deploy/1
and Skitter.Runtime.stop/1
, respectively.
The DSLs can be access by adding use Skitter
to the top of a file or module, which serves as a
shorthand for adding use Skitter.DSL
.
For additional information, please refer to the documentation of Skitter.Runtime
and
Skitter.DSL
.