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

Add Atom support #5

Closed Rexogamer closed 5 years ago

Rexogamer commented 5 years ago

Add support for Github’s Atom editor.

jarodburchill commented 5 years ago

Is there a specific terminal command to open Atom? For example with VS Code you just type code .

Thanks for your input, please feel free to submit a pull request if you want to contribute!

Rexogamer commented 5 years ago

I found this for Mac, I think it’s similar on Windows.

Rexogamer commented 5 years ago

You might have to run Install Shell Commands beforehand.

jarodburchill commented 5 years ago

Will definitely look into adding more text editor support like atom! Thank you for the input. If you want to give it a shot you can fork the repo and make some changes. If the changes work out, you can send a pull request and I'll merge it into the master branch! If you're not looking to contribute, that's okay too. I can work on implementing more text editors on my own. Have a good one!