{"id":22096512,"url":"https://github.com/uphold/uphold-scripts","last_synced_at":"2025-07-24T22:32:05.005Z","repository":{"id":39587093,"uuid":"138317821","full_name":"uphold/uphold-scripts","owner":"uphold","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-16T10:05:03.000Z","size":696,"stargazers_count":0,"open_issues_count":2,"forks_count":2,"subscribers_count":50,"default_branch":"master","last_synced_at":"2024-11-02T00:36:02.157Z","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/uphold.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2018-06-22T15:19:00.000Z","updated_at":"2021-11-08T12:28:07.000Z","dependencies_parsed_at":"2024-04-05T10:28:52.154Z","dependency_job_id":"0044251d-5ad3-4d37-8954-883abe9add2f","html_url":"https://github.com/uphold/uphold-scripts","commit_stats":{"total_commits":59,"total_committers":10,"mean_commits":5.9,"dds":0.7796610169491526,"last_synced_commit":"bb3e075697daa9b37fa14933aee01f0d7d961758"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uphold%2Fuphold-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uphold%2Fuphold-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uphold%2Fuphold-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uphold%2Fuphold-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uphold","download_url":"https://codeload.github.com/uphold/uphold-scripts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227482485,"owners_count":17779968,"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-01T04:11:21.527Z","updated_at":"2024-12-01T04:11:22.322Z","avatar_url":"https://github.com/uphold.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# uphold-scripts\n\n[![npm][npm-image]][npm-url]\n\nSet of [NPM scripts](https://docs.npmjs.com/cli/run-script)\nand [dev dependencies](http://npm.github.io/using-pkgs-docs/package-json/types/devdependencies.html)\nto help with common tasks on [Uphold projects](https://github.com/uphold).\n\n## Available Scripts\n\n- `changelog` - generate changelog file for a given version\n- `lint` - run eslint to lint JS files\n- `release` - cut a new release for a new version\n- `test` - run the test suite with jest pre-configured\n- `version` - tag a new version and generate its changelog\n\n## Installation\n\nInstall the package via `yarn`:\n\n```sh\n❯ yarn add uphold-scripts --dev\n```\n\nor via `npm`:\n\n```sh\n❯ npm install uphold-scripts --save-dev\n```\n\nAnd then configure `package.json` to look like this:\n\n```json\n{\n  \"scripts\": {\n    \"changelog\": \"uphold-scripts changelog $npm_package_version\",\n    \"lint\": \"uphold-scripts lint .\",\n    \"lint-staged\": \"lint-staged -q\",\n    \"release\": \"uphold-scripts release\",\n    \"test\": \"uphold-scripts test\",\n    \"version\": \"uphold-scripts version\"\n  },\n  \"pre-commit\": [\n    \"lint-staged\"\n  ],\n  \"lint-staged\": {\n    \"*.{js,mjs}\": [\"uphold-scripts lint\"]\n  }\n}\n```\n\nTo use the [ESLint](https://eslint.org) validations, this is the minimal `.eslintrc.yml` required:\n\n```yaml\nextends: uphold\n```\n\n## License\n\nMIT\n\n[npm-image]: https://img.shields.io/npm/v/uphold-scripts/latest\n[npm-url]: https://www.npmjs.com/package/uphold-scripts\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuphold%2Fuphold-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuphold%2Fuphold-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuphold%2Fuphold-scripts/lists"}