{"id":22772951,"url":"https://github.com/easingthemes/spessasynth_lib","last_synced_at":"2025-03-30T12:29:06.506Z","repository":{"id":266933114,"uuid":"868612903","full_name":"easingthemes/spessasynth_lib","owner":"easingthemes","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-06T20:23:58.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T00:08:05.482Z","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-10-06T20:23:56.000Z","updated_at":"2024-10-06T20:24:02.000Z","dependencies_parsed_at":"2024-12-07T05:06:07.002Z","dependency_job_id":"4ff01b8a-7cd1-4155-9345-1d7d3091c82d","html_url":"https://github.com/easingthemes/spessasynth_lib","commit_stats":null,"previous_names":["easingthemes/spessasynth_lib"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easingthemes%2Fspessasynth_lib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easingthemes%2Fspessasynth_lib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easingthemes%2Fspessasynth_lib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easingthemes%2Fspessasynth_lib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/easingthemes","download_url":"https://codeload.github.com/easingthemes/spessasynth_lib/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246318616,"owners_count":20758193,"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-12-11T17:10:38.258Z","updated_at":"2025-03-30T12:29:06.481Z","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 a 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 the Readme\n    - replace `@companynamespace/npm-package-template`  with the new package_name\n3. Update package.json\n    - replace \"name\" `@companynamespace/npm-package-template`  with the new package_name\n    - replace \"repository.url\" `https://github.com/companynamespace/npm-package-template`  with the new repository url\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%2Fspessasynth_lib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feasingthemes%2Fspessasynth_lib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasingthemes%2Fspessasynth_lib/lists"}