Open jordwalke opened 7 years ago
Also, perhaps someone could easily adapt the react-blessed dashboard examples to show which packages are building/completed, and which ones are blocked, failed, and how many cache hits were found:
https://github.com/Yomguithereal/react-blessed
esy build
firing up this dashboard.esy stat
firing up a simplified non-build-related dashboard that shows information about your project, dependencies, binaries brought into scope by packages, ocamlfind libraries available for use.
esy
could do something better than merely print environment variables.esy
.Another possibility is that
esy build
andesy install
by default are sent to the background, and theesy
command could show the progress for the current project.