cloudfour / drizzle

A streamlined tool for developing, documenting and presenting UI pattern libraries.
https://cloudfour.com/thinks/introducing-drizzle/
MIT License
666 stars 32 forks source link

Electron app for Terminal-phobes #49

Open tylersticka opened 8 years ago

tylersticka commented 8 years ago

One issue we've experienced a few times is a hesitance from collaborators to use our environment because the Terminal can be scary when you aren't used to it.

I mentioned this idea in #31, but having seen that Electron reached v1.0.0 today, I thought I should document the idea of creating some sort of Drizzle app that might simplify the process for clients and skittish collaborators.

No idea if this is even possible (or worth pursuing), but I'm thinking the app might consist of:

erikjung commented 8 years ago

Meant to comment earlier, but I like this idea.

Do you see this as something similar to CodeKit.app?

tylersticka commented 8 years ago

Basically, yeah. But way simpler. Probably closer to Tusk + Compass.app in complexity.

Here's a silly sketch:

img_1026_opt

Basically, I think it would be cool if the process of getting clients into our environment was...

  1. Install the GitHub app.
  2. Clone the repo.
  3. Install the Drizzle app.
  4. Drag the project folder into the Drizzle app.

It wouldn't be a replacement for a text editor, and it wouldn't mess with the project configuration itself. But I think it would be cool to have something that took the guesswork out of environment setup, and didn't require collaborators type commands in the Terminal unless they want to.

(This still might be an enormous amount of work or a bad idea.)

gerardo-rodriguez commented 8 years ago

I also like this idea! I don't know the amount of work it'd be, but I think it'd be a neat project!