-
Notifications
You must be signed in to change notification settings - Fork 360
Convert bash scripts(.sh files) to javascript files #174
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
Labels
Comments
@shreys7 |
@shreys7 |
@sastava007 & @manjots1607 are you still working on this issue, if not then i would like to take this issue |
Thanks for your interest, @apshada. |
This was referenced Mar 7, 2020
@shreys7 if this issue is resolved, it should be closed sir! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, the following files present inside
npm
folder are bash scriptsChange these bash scripts to javascript files, so that it becomes platform agnostic, i.e. works well on Windows, Linux or macOS. This can be achieved using the node's shelljs module.
See
deepinstall.js
file present innpm
folder for reference.The text was updated successfully, but these errors were encountered: