https://github.com/hexlet/course_boilerplate
Hexlet course boilerplate
https://github.com/hexlet/course_boilerplate
Last synced: 4 months ago
JSON representation
Hexlet course boilerplate
- Host: GitHub
- URL: https://github.com/hexlet/course_boilerplate
- Owner: Hexlet
- Created: 2017-02-13T11:56:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-30T19:52:10.000Z (almost 2 years ago)
- Last Synced: 2025-08-19T13:42:02.692Z (10 months ago)
- Size: 1.38 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hexlet Course Boilerplate
Courses at Hexlet are stored in Git. This is a generic boilerplate. It works for both text-based and video-based courses.
- `spec.yml` — course name and description
- `image.png` — course cover (will be provided by Hexlet)
- folders `01-name`, `02-name` etc. are lessons. Each lesson cosists of:
+ README.md — lesson text
+ `spec.yml` — lesson name, goal and optional video info
This repo includes 3 complete sample lessons (from *Intro to Programming* course).