This will perform the following tasks:
readme.md
file.gitignore
file specific for your language of choiceInstall protomate
via:
$ pip3 install protomate
To create a new project in your designated project folder, first cd
to your desired location:
$ cd project-location
To initialize the CLI, type:
$ protomate
This should:
Prompt you to put your
.gitignore
(python, javascript etc). See a list of all the supported languages.Create a new local and remote git repository
Connect them and open vs code for you to start coding immediately