Skelebot API
Version 2
- Common
- Objects
- Execution
- Docker – The Docker execution functions for building images and running containers
- Generators
- YAML – The YAML generator for saving and loading config from skelebot.yaml
- Dockerfile – The Dockerfile generator for constructing the project Dockerfile
- Dockerignore – The dockerignore generator for constructing the project .dockerignore
- Scaffolding
- Prompt – The function used to present prompts to the user for scaffolding purposes
Common Module
Import
import skelebot.common
The common module holds several constant values that are applicable to all aspects of Skelebot.
Constants
NAME | VALUE | DESCRIPTION |
---|---|---|
SKELEBOT_HOME | ”~/.skelebot” | Skelebot’s home directory |
PLUGINS_HOME | ”~/.skelebot/plugins” | Plugin folder home directory |