Due to the amount of libraries of cdnjs, the repository has a very big size. Because of this some might find it difficult or time and resource consuming to carry out normal git tasks, such as cloning and commiting.
This page is a guide to cloning only some folders of cdnjs using a sparse checkout.
- If you haven't already, fork cdnjs on GitHub, so you can push commits on your fork.
- Open a terminal in your computer (with git installed)
- Run
git init cdnjs cd cdnjs