Here is a template repository for my projects. It contains a basic structure and some common files that I use in all my projects. You can use this template to create your own projects by forking it or cloning it.
Before you start, make sure you have Git installed on your machine. You can download it from here.
Add the remote repository:
git remote add origin git@github.com:bGZo/playground.gitFetch the template branch from the remote repository:
git fetch origin templateMerge the template branch into your local repository to get started:
git merge origin/template --allow-unrelated-historiesUse this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
For more examples, please refer to the Documentation
Any contributions made are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'feat(module):add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Top contributors:
All code is licensed under the AGPL-3.0 license. See LICENSE for more information.