This project contains all the code snippets featured in Geekific's Official YouTube Channel!
Some modules require Lombok to work, so follow the installation guide linked above.
Other than that, each module works independently of the others, so feel free to work with a specific module or the whole project!
To get started all you need to do is clone the repo, and open the module you need.
git clone https://github.com/geekific-official/geekific-youtube.git
To build a specific Maven module, run the below command in the module directory.
mvn clean install
This repo contains a large number of modules. When you're working with a specific module, there's no need to import/build all of them. You can simply import that particular module in either Eclipse or IntelliJ.
We (Geekific) are the main contributors to this project, we can't promise to update it with every video release, but we will make sure to add all our code snippets here.
Any contributions you make are greatly appreciated. If you have a suggestion and/or correction, please fork the repo and create a pull request. Don't forget to follow us on YouTube! Thanks a lot!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/MyFeature
) - Commit your Changes (
git commit -m 'Adding Great Stuff'
) - Push to the Branch (
git push origin feature/MyFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
YouTube Channel: https://www.youtube.com/c/Geekific
Repository: https://github.com/geekific-official/geekific-youtube