Haroenv / dev-ui

[WIP] Browser UI for npm and yarn (scripts, dependencies …)
MIT License
16 stars 5 forks source link

browser UI #1

Open Haroenv opened 6 years ago

Haroenv commented 6 years ago

image

Could be a react app interacting with the node server

first tab: scripts, left the list of all the scripts (/scripts), and if clicked on "run" button it will stream the stdout and stderr to the info to the side. There should be some way to stop as well

second tab: dependencies, left a list of all dependencies (/dependencies) (devdeps in a separate group), right a search for adding dependencies (basically the same as https://codesandbox.io UI, but local)

cc @threepointone