Add templates to sandbox #13

Closed
opened 2018-08-30 22:46:40 +00:00 by benie · 1 comment
Owner

Currently sandbox does the bare minimum to setup a new temporary project. To
make sandbox more useful adding the concept of file system templates would
allow much faster setting up of development environments. For example:

$ sandbox create <name> --git git@server.url:user/project.git

Instead of simply calling git init in the new sandbox the --git option would
close the repository provided.

$ sandbox create <name> --python

The --python option would setup a virtualenv and add the appropriate
commands to activate and deactivate it to .enter and .exit.

Currently `sandbox` does the bare minimum to setup a new temporary project. To make `sandbox` more useful adding the concept of file system templates would allow much faster setting up of development environments. For example: ``` $ sandbox create <name> --git git@server.url:user/project.git ``` Instead of simply calling `git init` in the new sandbox the `--git` option would close the repository provided. ``` $ sandbox create <name> --python ``` The `--python` option would setup a `virtualenv` and add the appropriate commands to activate and deactivate it to `.enter` and `.exit`.
Author
Owner

Instead of doing this in sandbox instead added the Pyhton functionality with autoenv add=py.

Instead of doing this in `sandbox` instead added the Pyhton functionality with `autoenv add=py`.
benie closed this issue 2022-11-13 23:02:10 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: config/zsh#13
No description provided.