Getting Started
What is Fora?
Installation & Quickstart
pip install forafrom fora.operations import files, system
files.directory(
name="Create a temporary directory",
path="/tmp/hello")
system.package(
name="Install neovim",
package="neovim")fora root@example.com deploy.pyLast updated