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

Add dotnet template for creating a new bonsai environment #1251

Merged
merged 3 commits into from
Feb 13, 2023

Conversation

glopesdev
Copy link
Member

This PR adds support for bootstrapping a new self-contained Bonsai environment using the dotnet templating system, PowerShell, and GitHub releases.

To install:

dotnet new -i Bonsai.Templates

Create a new environment folder:

dotnet new bonsaienv -o bonsai

If there is an existing Bonsai.config and/or NuGet.config in the folder, these will be used as part of the environment reconstruction process. In this case, it is enough to navigate to the folder where Bonsai.config is and simply run:

dotnet new bonsaienv

@glopesdev glopesdev added the feature New planned feature label Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New planned feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant