You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.
Yotta have the ability to download modules from github. It would be nice to see which exact version is downloaded to local. Helps keep track of dependencies when they are not properly sem verred.
The SHA information is already present when the module is downloaded as you can see in the debug message if you do yt -vvvv install. You just need to put that information in ./yotta_modules//.yotta_origin.json which currently holds the url of the git repo only.
Then print it in a sensible way in yt ls.
The text was updated successfully, but these errors were encountered:
Yotta have the ability to download modules from github. It would be nice to see which exact version is downloaded to local. Helps keep track of dependencies when they are not properly sem verred.
The SHA information is already present when the module is downloaded as you can see in the debug message if you do yt -vvvv install. You just need to put that information in ./yotta_modules//.yotta_origin.json which currently holds the url of the git repo only.
Then print it in a sensible way in yt ls.
The text was updated successfully, but these errors were encountered: