Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: preset environments #30

Open
rithulkamesh opened this issue Jul 1, 2024 · 1 comment
Open

feat: preset environments #30

rithulkamesh opened this issue Jul 1, 2024 · 1 comment

Comments

@rithulkamesh
Copy link

Users often need to set up similar development environments for different projects. This feature would allow them to save these environments as presets and quickly recreate them when needed.

For example, a user frequently creates Flask applications with PostgreSQL and SQLAlchemy. Instead of manually setting up the environment each time, they could use a preset.

Creating a Preset

yen preset webdev-psql -r requirements.txt

Using a Preset

yen create venv --preset webdev-psql

Additional Details

  • Presets would be stored locally on the user's computer.
  • Users could manage multiple presets for different project types.
@tusharsadhwani
Copy link
Owner

tusharsadhwani commented Jul 1, 2024

I think I'll go with yen preset create <name> so that we can add yen preset list and yen preset remove alongside.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants