Short description of the project
In order to easily to create a new project, I have created a standard template for the all my projects. This template currently contains the following features:
- Issue templates.
- Pull request templates.
- Contributing guidelines.
- Code of conduct.
- Required resources to help people start contributing.
- README.md file with a basic setup.
Simply search and replace Repo-Template
with the name of your project.
Or, you can use the assets\template-script.py
to automate the process.
Run the file by using the following command, py template-script.py
.
For the latest stable version, head to Releases.
Download and extract the source code.
As an alternative, you could also clone the repository using,
git clone https://github.com/SVijayB/Repo-Template
Once you have the source code, create a virtual environment using the following command,
python3 -m venv venv
Enter the virtual environment and install dependancies using pip install -r requirements.txt
.
To launch the file, use the following command, python3 app.py
.
You can also find the demo video here.
To contribute to Repo-Template, fork the repository, create a new branch and send us a pull request. Make sure you read CONTRIBUTING.md before sending us Pull requests.
Thanks for contributing to Open-source! ❤️
Repo-Template is under The MIT License. Read the LICENSE file for more information.