{"id":19042495,"url":"https://github.com/serverless/template-package","last_synced_at":"2025-04-23T22:28:39.886Z","repository":{"id":44790431,"uuid":"207799420","full_name":"serverless/template-package","owner":"serverless","description":"Repository template for serverless packages","archived":false,"fork":false,"pushed_at":"2022-02-11T09:52:39.000Z","size":107,"stargazers_count":9,"open_issues_count":0,"forks_count":3,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-04-18T07:51:36.184Z","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/serverless.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}},"created_at":"2019-09-11T11:48:36.000Z","updated_at":"2021-11-16T16:16:17.000Z","dependencies_parsed_at":"2022-07-25T23:17:34.861Z","dependency_job_id":null,"html_url":"https://github.com/serverless/template-package","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverless%2Ftemplate-package","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverless%2Ftemplate-package/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverless%2Ftemplate-package/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverless%2Ftemplate-package/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/serverless","download_url":"https://codeload.github.com/serverless/template-package/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250525757,"owners_count":21445073,"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-08T22:38:02.994Z","updated_at":"2025-04-23T22:28:39.868Z","avatar_url":"https://github.com/serverless.png","language":"JavaScript","readme":"# CHANGEME\n\n## Project initialization steps\n\n1. Initialize repository (typically via `git init`)\n2. Ensure default branch name is `main` (not `master`)\n3. Install dependencies (typically via `npm install`)\n4. Acknowledge pre-configured precommit git hooks, they validate changes to be committed against preconfigured _lint_ rules and expected _prettier_ style.  \n   _If for some reason in context of this project you don't find it helpful, ensure to remove all `husky` and `lint-stage` related configuration._\n5. Acknowledge pre-configured semi-automation of a [release process](RELEASE_PROCESS.md). For that to work as expected, project is expected to to follow [semantic commit messages](https://www.conventionalcommits.org/en/v1.0.0-beta.4/#summary).  \n   See proposed [Commit Message Guidelines](https://docs.google.com/document/d/1hKUs3qt_aVp_PBI1UqvfaIqKma3jAJimEoGCRGGbOqs/edit#).  \n    _If for some reason in context of this project you don't find it helpful, ensure to remove all `commitlint` and `standard-version` related configuration, and cleanup `.travis.yml`._\n6. Fill all occurences of CHANGEME found in any files across a project with expected counterparts. While doing that also remove this section.\n7. (_Needed for automatic tagging of new releases and sending release notes_) Configure [serverless-ci](https://github.com/serverless-ci) auth token (just `public_repo` scope is needed) into `USER_GITHUB_TOKEN` GitHub secret for CI/CD\n8. (_Needed for npm publications_) Configure [serverless-main](https://www.npmjs.com/~serverless-main) auth token into `NPM_TOKEN` GitHub secret for CI/CD\n9. Commit created changes, ideally by combining them into initial commit by pursuing following steps:\n\n- `git stash`\n- `git rebase -i --root`  \n  _Change here 'pick' to 'edit' on first commit_\n- `git stash pop`\n- `git add -A .`\n- `git commit --amend '-S'`  \n  _Confirm on initial commit message._  \n  _(note: this one doesn't necessarily need to confirm to commitlint. To make it distinct you may use emotikon as `💥`)_.\n- `git rebase --continue`\n- `git push -f`\n\n7. Ideally all further updates should go through CI validated and reviewed PR's\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserverless%2Ftemplate-package","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fserverless%2Ftemplate-package","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserverless%2Ftemplate-package/lists"}