Add templates to sandbox #13
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently
sandboxdoes the bare minimum to setup a new temporary project. Tomake
sandboxmore useful adding the concept of file system templates wouldallow much faster setting up of development environments. For example:
Instead of simply calling
git initin the new sandbox the--gitoption wouldclose the repository provided.
The
--pythonoption would setup avirtualenvand add the appropriatecommands to activate and deactivate it to
.enterand.exit.Instead of doing this in
sandboxinstead added the Pyhton functionality withautoenv add=py.