4Geeks logo
4Geeks logo

Courses

Explore our extensive collection of courses designed to help you master various subjects and skills. Whether you're a beginner or an advanced learner, there's something here for everyone.

Coding Bootcamp

Learn live

Join us for our free workshops, webinars, and other events to learn more about our programs and get started on your journey to becoming a developer.

Upcoming live events

Learning library

For all the self-taught geeks out there, here is our content library with most of the learning materials we have produced throughout the years.

It makes sense to start learning by reading and watching videos about fundamentals and how things work.

Data Science and Machine Learning - 16 wks

Full-Stack Software Developer - 16w

Search from all Lessons

LoginGet Started
← Back to Lessons
  • LearnPack

Edit on Github

Keeping Quality in LearnPack Tutorials

Audit your Tutorial

Audit your Tutorial

With LearnPack you can audit your repository checking for possible errors on it.

You have to run the command learnpack audit to audit your tutorial. This command will check for the following information:

  1. The configuration object has slug, repository and description. (Error)
  2. The repository shouldn't have user or session information. (Error)
  3. Empty or missing README, markdown, or tests files. (Error)
  4. Scanning the text for 404 or missing links. (Error)
  5. Valid image url (Relative or absolute). (Error)
  6. The exercise directory names are valid. (Error)
  7. The exercises array (Of the config file) doesn’t have content. (Error)
  8. Inconsistent translations. (Warning)
  9. The .gitignore file doesn’t exist. (Warning)
  10. If there is a file within the exercises folder but not inside of any particular exercise folder. (Warning)