{"id":19359789,"url":"https://github.com/codacy/codacy-duplication-jscpd","last_synced_at":"2025-04-23T11:32:55.853Z","repository":{"id":45067829,"uuid":"305365723","full_name":"codacy/codacy-duplication-jscpd","owner":"codacy","description":"Codacy duplication tool for jscpd","archived":false,"fork":false,"pushed_at":"2024-11-11T14:42:32.000Z","size":166,"stargazers_count":1,"open_issues_count":2,"forks_count":3,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-04-20T11:43:53.811Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codacy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-19T11:46:38.000Z","updated_at":"2024-11-11T14:37:44.000Z","dependencies_parsed_at":"2024-02-23T11:31:01.630Z","dependency_job_id":"6a984e71-95e9-44f6-b03f-a2e67edc3893","html_url":"https://github.com/codacy/codacy-duplication-jscpd","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-duplication-jscpd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-duplication-jscpd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-duplication-jscpd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-duplication-jscpd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codacy","download_url":"https://codeload.github.com/codacy/codacy-duplication-jscpd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250425593,"owners_count":21428584,"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-10T07:16:10.470Z","updated_at":"2025-04-23T11:32:55.594Z","avatar_url":"https://github.com/codacy.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Codacy Badge](https://api.codacy.com/project/badge/Grade/9b4cb2fec91146649dcf514278f24eab)](https://www.codacy.com/gh/codacy/codacy-duplication-jscpd?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=codacy/codacy-duplication-jscpd\u0026amp;utm_campaign=Badge_Grade)\n[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/9b4cb2fec91146649dcf514278f24eab)](https://www.codacy.com/gh/codacy/codacy-duplication-jscpd?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=codacy/codacy-duplication-jscpd\u0026utm_campaign=Badge_Coverage)\n[![Build Status](https://circleci.com/gh/codacy/codacy-duplication-jscpd.svg?style=shield\u0026circle-token=:circle-token)](https://circleci.com/gh/codacy/codacy-duplication-jscpd)\n[![Docker Version](https://images.microbadger.com/badges/version/codacy/codacy-duplication-jscpd.svg)](https://microbadger.com/images/codacy/codacy-duplication-jscpd \"Get your own version badge on microbadger.com\")\n\n# Codacy Duplication jscpd\n\nThis is the duplication docker we use at Codacy to have [jscpd](https://github.com/kucherenko/jscpd) support.\nYou can also create a docker to integrate the tool and language of your choice!\n\n## Usage\n\nYou can create the docker by doing:\n\n```bash\nsbt graalvm-native-image:packageBin\ndocker build -t codacy-duplication-jscpd .\n```\n\nYou can run the docker with the following command:\n\n```bash\ndocker run -it -v $srcDir:/src codacy-duplication-jscpd\n```\n\n## Test\n\nFor a faster development loop you can create a Docker image based on the JVM instead of creating a native-image:\n\n```bash\nsbt universal:stage\ndocker build -t codacy-duplication-jscpd --target dev .\n```\n\nWe use the [codacy-plugins-test](https://github.com/codacy/codacy-plugins-test) to test our external tools integration.\nYou can follow the instructions there to make sure your tool is working as expected.\n\n## What is Codacy?\n\n[Codacy](https://www.codacy.com/) is an Automated Code Review Tool that monitors your technical debt, helps you improve your code quality, teaches best practices to your developers, and helps you save time in Code Reviews.\n\n### Among Codacy’s features:\n\n- Identify new Static Analysis issues\n- Commit and Pull Request Analysis with GitHub, BitBucket/Stash, GitLab (and also direct git repositories)\n- Auto-comments on Commits and Pull Requests\n- Integrations with Slack, HipChat, Jira, YouTrack\n- Track issues in Code Style, Security, Error Proneness, Performance, Unused Code and other categories\n\nCodacy also helps keep track of Code Coverage, Code Duplication, and Code Complexity.\n\nCodacy supports PHP, Python, Ruby, Java, JavaScript, and Scala, among others.\n\n### Free for Open Source\n\nCodacy is free for Open Source projects.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodacy%2Fcodacy-duplication-jscpd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodacy%2Fcodacy-duplication-jscpd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodacy%2Fcodacy-duplication-jscpd/lists"}