pub async fn create_package(base: &Path, name: &str) -> Result<()>Expand description
Create a new graphix package
The package will be created in a new directory named
graphix-package-{name} inside the directory base. If base is not a
directory the function will fail.