Skip to content

πŸ‘‘ Repository of Environments for the Sandbox Application

Notifications You must be signed in to change notification settings

the-sandbox-project/sandbox-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Sandbox Dump

Creating a Template

To get started, make sure your .tar.gz file's contents are not in a sub folder. Here is a convention to follow:

# rust.tar.gz | rust-min

β”œβ”€β”€ src                     # Source Directory
└── Cargo.toml              # Rust Project Manifest File

Then use a tool like tar to compress it into an archive:

$ tar -czvf rust.tar.gz Cargo.toml -C src/ .

About

πŸ‘‘ Repository of Environments for the Sandbox Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published