{"id":19639577,"url":"https://github.com/howtocodewell/header-menu","last_synced_at":"2025-10-25T09:32:49.421Z","repository":{"id":47928276,"uuid":"228433066","full_name":"howToCodeWell/header-menu","owner":"howToCodeWell","description":"The header menu of How To Code Well which is shared across sites","archived":false,"fork":false,"pushed_at":"2023-03-15T04:10:01.000Z","size":1710,"stargazers_count":0,"open_issues_count":8,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-26T15:08:01.858Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/howToCodeWell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-16T16:53:39.000Z","updated_at":"2022-07-30T22:42:59.000Z","dependencies_parsed_at":"2024-10-10T13:00:46.762Z","dependency_job_id":"203ef416-d3d7-44fe-b5b2-befc2590d621","html_url":"https://github.com/howToCodeWell/header-menu","commit_stats":{"total_commits":35,"total_committers":3,"mean_commits":"11.666666666666666","dds":0.2571428571428571,"last_synced_commit":"0c756ebaff34507296f3184cccd81a2221775f20"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howToCodeWell%2Fheader-menu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howToCodeWell%2Fheader-menu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howToCodeWell%2Fheader-menu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howToCodeWell%2Fheader-menu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/howToCodeWell","download_url":"https://codeload.github.com/howToCodeWell/header-menu/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240943459,"owners_count":19882405,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T13:02:18.672Z","updated_at":"2025-10-25T09:32:49.330Z","avatar_url":"https://github.com/howToCodeWell.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# How To Code Well header-menu\nThe header menu of How To Code Well which is shared across multiple sites\n\n# Install\n\n```bash\n$ npm install --save @howtocodewell/header-menu\n```\n\n```bash\n$ npm run build\n```\n\n## Usage\n1) Create the following config file in `\u003cproject_root\u003e/src/config/headerMenu.json` and change `name` and `url` values.\n\n```json\n{\n  \"items\": [\n    {\n      \"name\": \"Overriden\",\n      \"url\": \"https://howtocodewell.net/merch\"\n    },\n    {\n      \"name\": \"Courses\",\n      \"url\": \"https://howtocodewell.net/shop\"\n    },\n    {\n      \"name\": \"Tutorials\",\n      \"url\": \"https://howtocodewell.net/courses\"\n    },\n    {\n      \"name\": \"Orders\",\n      \"url\": \"https://codechallenges.howtocodewell.net\"\n    }\n  ]\n}\n```\n\n2) Import the module and config\n```javascript\nimport HeaderMenu from  \"@howtocodewell/header-menu\"\nimport menu from \"./config/headerMenu.json\"\n```\n3) Load the `HeaderMenu` and pass the menu property\n```javascript\n\u003cHeaderMenu menu={menu} /\u003e\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhowtocodewell%2Fheader-menu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhowtocodewell%2Fheader-menu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhowtocodewell%2Fheader-menu/lists"}