Skip to content

ArmDeveloperEcosystem/roadmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Arm Learning Paths Roadmap

Arm Learning Paths are maintained at: https://github.com/ArmDeveloperEcosystem/arm-learning-paths

Learning Paths project

There is a project which tracks the Todo, In Progress, and Published Learning Paths at https://github.com/orgs/ArmDeveloperEcosystem/projects/4

Learning Paths roadmap (Todo)

Put roadmap items for new Learning Paths on the project Todo list by creating an issue in this repository with the title of the proposed Learning Path and some information in the description about it.

Learning Path reports

Use the Python script tools/generate-monthly-report.py to generate reports of the current Todo items and the published Learning Paths.

You need a GitHub Token to be able to read the Learning Path project data.

export GITHUB_TOKEN=<YOUR_GithubPersonalAccessToken_HERE>

Here are the steps to generate a report.

Create a Python virtual environment:

python3 -m venv venv
source venv/bin/activate

Install dependencies:

pip3 install -r tools/requirements.txt

Create report for the current month:

python3 tools/generate-monthly-report.py

Create report for a month:

python3 tools/generate-monthly-report.py --month 2025-04

Create a report for a range of months:

python3 tools/generate-monthly-report.py --month-range 2025-03 2025-04

The report is generated in the reports/ directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages