Open krishnasaga opened 5 years ago
What does "plug and play" a code base mean?
It can do following things when you provide your git URL
Provide A url of your repository
Click on "Create Workspace"
based on socket.config.js file in the repository
It is like a CI configuration file but for manual human workflow
It will clone repository it will download appropriate NodeJs version binary of that operating system. it will download appropriate version of "yarn"
Afer completing successfully
Provide following buttons to workspace Start Server
Open in IDE (VSCode , WebStorm,.... ) Open terminal with appropriate PATH to NodeJs and Yarn or npm Open root folder
So really it does git clone ... && nvm use && npm install && npm run
? But you want something with a GUI?
In your command you did not specified yarn or npm version. And you downloaded nvm before executing the command. No proxy settings.
A novice can do with no commands. And start developing.
I'm just not sure people would use this. Wouldn't it be more useful as an IDE plugin, rather than a standalone GUI?
IDE plugin is another option. But it is arguable as how many ide plugins. IMHO it worth to give a try and see how many people uses it.
Why would you want to specify the yarn
version? I've never heard of a situation where you wouldn't simply want the newest version.
I have an experience in past that a defect not reproducing due to latest version in developer machine.
Would this be a web app to run github js/node repos ?
Project description
This is an electron desktop app, which can plug and play any front-end code base, by managing Nodejs, npm or yarn versions.
Click on "Create Workspace" Button
based on socket.config.js file in the repository
It is like a CI configuration file but for manual human workflow It will clone repository it will download appropriate NodeJs version binary of that operating system. it will download appropriate version of "yarn"
Afer completing successfully
Provide following buttons to workspace Start Server
Open in IDE (VSCode , WebStorm,.... ) Open terminal with appropriate PATH to NodeJs and Yarn or npm Open root folder
https://github.com/bfrocksters/plug
Relevant Technology
Electron isomeric-git styled-components Nodejs yarn
Required time (ETA)
Categories