{"id":22772962,"url":"https://github.com/easingthemes/bundeslander","last_synced_at":"2025-09-22T03:57:26.222Z","repository":{"id":266933083,"uuid":"749528947","full_name":"easingthemes/bundeslander","owner":"easingthemes","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-28T20:42:23.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-20T18:05:45.247Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/easingthemes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"docs/CODE_OF_CONDUCT.md","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":"2024-01-28T20:42:21.000Z","updated_at":"2024-01-28T20:42:27.000Z","dependencies_parsed_at":"2024-12-07T05:05:57.105Z","dependency_job_id":"a1a94748-ba3d-4e42-b59f-123c00d717b4","html_url":"https://github.com/easingthemes/bundeslander","commit_stats":null,"previous_names":["easingthemes/bundeslander"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/easingthemes/bundeslander","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easingthemes%2Fbundeslander","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easingthemes%2Fbundeslander/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easingthemes%2Fbundeslander/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easingthemes%2Fbundeslander/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/easingthemes","download_url":"https://codeload.github.com/easingthemes/bundeslander/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easingthemes%2Fbundeslander/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276342538,"owners_count":25625581,"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","status":"online","status_checked_at":"2025-09-22T02:00:08.972Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-12-11T17:10:40.571Z","updated_at":"2025-09-22T03:57:26.204Z","avatar_url":"https://github.com/easingthemes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# npm-package-template\n\nDescription\n\n[![Version](https://img.shields.io/npm/v/@companynamespace/npm-package-template.svg)](https://npmjs.org/package/@companynamespace/npm-package-template)\n[![Build Status](https://github.com/companynamespace/npm-package-template/workflows/CI/badge.svg?branch=main)](https://github.com/companynamespace/npm-package-template/actions)\n[![CodeQL Analysis](https://github.com/companynamespace/npm-package-template/workflows/CodeQL/badge.svg?branch=main)](https://github.com/companynamespace/npm-package-template/actions)\n[![semver: semantic-release](https://img.shields.io/badge/semver-semantic--release-blue.svg)](https://github.com/semantic-release/semantic-release)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\n## TLDR;\n\n1. Create new repo from this Template\n   [![Template repo](https://docs.github.com/assets/images/help/repository/use-this-template-button.png)](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template)\n2. Update Readme\n    - replace `@companynamespace/npm-package-template`  with new package_name\n3. Update package.json\n    - replace \"name\" `@companynamespace/npm-package-template`  with new package_name\n    - replace \"repo\" `companynamespace/npm-package-template`  with new package_name repo\n    - Add description, and other fields if needed\n4. Update LICENSE\n    - Update `[COMPANY` name\n    - Update year `[yyyy]`\n5. Update docs/CODE_OF_CONDUCT.md\n    - Update `\u003cCOMPANY\u003e` name\n6. Activate automatic release\n    - disable `dry_run` in Release step in .github/workflows/release.yml.\n\n## Content\n\n### Docs\n  - LICENSE\n  - docs/CODE_OF_CONDUCT.md\n  - docs/CONTRIBUTING.md\n  - docs/CHANGELOG.md --\u003e dynamically updated\n\n### Issue template\n  - .github/ISSUE_TEMPLATE.md\n\n### PR template\n  - .github/PULL_REQUEST_TEMPLATE.md --\u003e automatically closes connected issue\n\n### Workflows\n  - CI --\u003e npm ci, test and build\n  - CodeQL --\u003e Perform CodeQL Analysis (Security, etc.)\n  - Release --\u003e semantic-release:\n    * Creates release notes\n    * Updates CHANGELOG\n    * Updates package.json version\n    * Creates Git tag/release\n    * Publish package to NPM\n  - Manual Release --\u003e same as Release, but can be triggered manually in Actions tab\n\n### Release\n  - based on Angular Commit Message Conventions in commits -\n    https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit-message-header\n  - Commit message format is used to build:\n    * Release notes\n    * Changelog updates\n    * NPM package semver\n\n### Commit message Convention\n\n```\n\u003ctype\u003e(\u003cscope\u003e): \u003cshort summary\u003e\n│       │             │\n│       │             └─⫸ Summary in present tense. Not capitalized. No period at the end.\n│       │\n│       └─⫸ Commit Scope (optional): project|based|list\n│\n└─⫸ Commit Type: build|ci|docs|feat|fix|perf|refactor|test\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasingthemes%2Fbundeslander","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feasingthemes%2Fbundeslander","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasingthemes%2Fbundeslander/lists"}