{"id":22773751,"url":"https://github.com/moekiorg/depec","last_synced_at":"2025-06-29T16:37:26.500Z","repository":{"id":65775614,"uuid":"440526364","full_name":"moekiorg/depec","owner":"moekiorg","description":"Depec is a Ruby tool to analyze project directory's dependency spec.","archived":false,"fork":false,"pushed_at":"2021-12-22T08:32:45.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-24T22:03:53.800Z","etag":null,"topics":["dependency","gem","ruby","rubygems"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/moekiorg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-12-21T13:28:42.000Z","updated_at":"2023-02-01T08:11:44.000Z","dependencies_parsed_at":"2023-02-09T09:40:12.375Z","dependency_job_id":null,"html_url":"https://github.com/moekiorg/depec","commit_stats":null,"previous_names":["kawakamimoeki/depec","moekidev/depec","kawakamidev/depec","moekiorg/depec"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/moekiorg/depec","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moekiorg%2Fdepec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moekiorg%2Fdepec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moekiorg%2Fdepec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moekiorg%2Fdepec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moekiorg","download_url":"https://codeload.github.com/moekiorg/depec/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moekiorg%2Fdepec/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262627855,"owners_count":23339674,"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":["dependency","gem","ruby","rubygems"],"created_at":"2024-12-11T17:59:32.382Z","updated_at":"2025-06-29T16:37:26.469Z","avatar_url":"https://github.com/moekiorg.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Depec\n\nAnalyze project directory's dependency spec.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem \"depec\", github: \"cc-kawakami/depec\", tag: \"v0.1.0\"\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr:\n\n    $ gem install specific_install\n    $ gem specific_install https://github.com/cc-kawakami/depec.git v0.1.0\n\n## Usage\n\nInitialize configuration:\n\n```bash\nbundle exec depec init\n? Do you want to know whether Ruby is used?:  Yes\n? Do you want to know Ruby version?:  Yes\n? Do you want to know Bundler version?:  Yes\n? Gem name that do you want to know version:  rails, jekyll\n? Do you want to know whether Node.js is used?:  Yes\n? Do you want to know Node.js version?:  Yes\n? Npm package name that do you want to know version:  vue, react\n? Do you want to know whether CircleCI is used?:  Yes\n? Do you want to know CircleCI images?:  Yes\n? Do you want to know whether GitHub Actions is used?:  Yes\n```\n\nAnalyze specified directory:\n\n```bash\nbundle exec depec analyze DIR --config=.depecrc.yml\n{\n  \"name\": DIR_NAME,\n  \"ruby\": true,\n  \"ruby_version\": \"2.6.9\",\n  \"bundler_version\": \"2.2.32\",\n  \"rails_gem\": null,\n  \"jekyll_gem\": null,\n  \"node\": true,\n  \"node_version\": \"14.15.1\",\n  \"vue_npm\": \"3.0.7\",\n  \"react_npm\": null,\n  \"circle_ci\": true,\n  \"circle_ci_images\": [\n    \"cimg/ruby:2.6.9-node\",\n    \"cimg/postgres:12.9\"\n  ],\n  \"github_actions\": false\n}\n```\n\nIf you want to output to JSON file,\n\n```bash\nbundle exec depec analyze DIR --config=.depecrc.yml --output=out.json\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoekiorg%2Fdepec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoekiorg%2Fdepec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoekiorg%2Fdepec/lists"}