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

[LANGUAGE SUPPORT:] Add support for languages with integrated setup utility. #28

Open
ByteOtter opened this issue May 12, 2023 · 0 comments

Comments

@ByteOtter
Copy link
Owner

ByteOtter commented May 12, 2023

Add support for languages with integrated setup utility

Some languages such as go and rust 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.

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

No branches or pull requests

1 participant