-
Notifications
You must be signed in to change notification settings - Fork 0
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
Setup devenv for project development environment. #25
Conversation
@hakenprog, could you please try it out in your environment to see if it is a good choice for this JS package? I have this small gist to setup it: https://gist.github.com/sadjow/898b1023695b983c7a1c742e605de381 |
enterShell = '' | ||
git --version | ||
node --version | ||
yarn install |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sadjow I believe there is an option for this:
https://devenv.sh/reference/options/#languagesjavascriptyarninstallenable
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sadjow I'm glad to see Nix is reaching other projects! I only left one small comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks Good!
Thank you for the review @sestrella @hakenprog |
Devenv is an excellent tool for standardizing our development environment for everyone contributing to this project. It also helps quickly set up all the necessary tools, facilitating the onboarding of new contributors.