jarodburchill / project-automation

Python script for creating new projects (React, Express.js, Vue, Laravel, etc.) in the desired local directory, with a GitHub origin.
MIT License
43 stars 7 forks source link

Electron support #73

Open Rexogamer opened 4 years ago

Rexogamer commented 4 years ago

Closes #69

This PR adds support for creating Electron apps.

Rexogamer commented 4 years ago

Weird, I’m getting this error on Windows with Python 3.4: image

Rexogamer commented 3 years ago

I've fixed the error and this now generates the files 🎉

Pushing to the repo is broken, but I suspect this might be an unrelated error.