We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some languages such as go and rust have integrated setup utilities which can generate a complete project tree themselves.
go
rust
If we want to support these langauges we would need to filter them and call their specific setup utility such as go init.
go init
To achieve this, Nester would have to check, whether the required utility is already installed. If so, the utility is called. If not however, after a check, Nester calls the distributions package manager to install the required applications.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add support for languages with integrated setup utility
Some languages such as
go
andrust
have integrated setup utilities which can generate a complete project tree themselves.If we want to support these langauges we would need to filter them and call their specific setup utility such as
go init
.To achieve this, Nester would have to check, whether the required utility is already installed. If so, the utility is called.
If not however, after a check, Nester calls the distributions package manager to install the required applications.
The text was updated successfully, but these errors were encountered: