Replies: 7 comments
-
👍 This needs to exist! :) |
Beta Was this translation helpful? Give feedback.
-
I'm happy to churn out the tooling behind this; supporting a standalone cli + js api. What do you reckon should come after |
Beta Was this translation helpful? Give feedback.
-
Maybe I'll take a stab at a UI :) @yoshuawuyts Central Park Open Source Day next week? |
Beta Was this translation helpful? Give feedback.
-
@hughsk ✨ yes! I'll probably be up in Sydney Tue - Fri so take your pick (': |
Beta Was this translation helpful? Give feedback.
-
Swell! Let's do Wednesday :) |
Beta Was this translation helpful? Give feedback.
-
certainly needed, happy to pitch in as well. |
Beta Was this translation helpful? Give feedback.
-
I've been brainstorming something similar for months, it's why I'm following some of y'all on Twitter / Github. I haven't made much progress though... too many modules to manage in my head. Something like this would be very useful :) The electron app could act as a proxy, organizer / automator / linter and ui for npm/Github. Just being able to know what modules are required in any given file by hovering over a different representation of the local fs would be useful... I can dream. But the automaton of project management seems like a necessary tool to build more complex tools, and all the tools already exist - putting them all together in an electron app... with a nice UI and search engine... that's the hardest part. |
Beta Was this translation helpful? Give feedback.
-
Lots of people are moving to more modular codebases, but the tooling hasn't yet caught up.
It would be great to have an Electron app for managing dozens or hundreds of modules of code. Some feature ideas:
package.json
so the changes are not just localThe core logic should be decoupled from the tool itself. @yoshuawuyts and @hughsk did a bit of tinkering here:
https://github.com/polyrepo
Beta Was this translation helpful? Give feedback.
All reactions