Skip to content

AnNgoexe/geekific-youtube

 
 

Repository files navigation


Logo

Geekific's Official GitHub Repository

About 'geekific-youtube'

This project contains all the code snippets featured in Geekific's Official YouTube Channel!

Built With

(back to top)

Getting Started

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!

Installation

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

Working with an IDE

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.

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/MyFeature)
  3. Commit your Changes (git commit -m 'Adding Great Stuff')
  4. Push to the Branch (git push origin feature/MyFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

YouTube Channel: https://www.youtube.com/c/Geekific

Repository: https://github.com/geekific-official/geekific-youtube

(back to top)

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%