To start:
$ bash scripts/init.sh
You will be prompted to enter:
Enter project name: _____
Enter project description: _____
Enter project project website: _____
Enter minimum python version: _____
Enter project author name: ______
Enter project author email: ______
Enter git project url: _____
For git project url
enter the git url where the project will be pushed to.
CI/CD actions are used to make sure your code is not breaking. You should set-up and configure your github actions. The actions are located in this folder. You should set-up two repository secrets
as explained HERE.