{"id":28163957,"url":"https://github.com/wanteddev/wanted-android-studio-plugin","last_synced_at":"2025-05-15T11:15:07.544Z","repository":{"id":216618887,"uuid":"741809352","full_name":"wanteddev/wanted-android-studio-plugin","owner":"wanteddev","description":"Wanted Android  Studio Plugin","archived":false,"fork":false,"pushed_at":"2024-04-26T20:49:20.000Z","size":1961,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":9,"default_branch":"main","last_synced_at":"2024-04-26T21:42:22.752Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","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/wanteddev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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,"publiccode":null,"codemeta":null}},"created_at":"2024-01-11T06:42:53.000Z","updated_at":"2024-01-18T06:14:45.000Z","dependencies_parsed_at":"2024-01-21T16:28:45.421Z","dependency_job_id":"84b1fa83-50e4-4a5a-8cd3-7cb30365eac1","html_url":"https://github.com/wanteddev/wanted-android-studio-plugin","commit_stats":null,"previous_names":["wanteddev/wanted-android-studio-plugin"],"tags_count":2,"template":false,"template_full_name":"JetBrains/intellij-platform-plugin-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wanteddev%2Fwanted-android-studio-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wanteddev%2Fwanted-android-studio-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wanteddev%2Fwanted-android-studio-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wanteddev%2Fwanted-android-studio-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wanteddev","download_url":"https://codeload.github.com/wanteddev/wanted-android-studio-plugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254328395,"owners_count":22052634,"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":"2025-05-15T11:14:51.296Z","updated_at":"2025-05-15T11:15:07.533Z","avatar_url":"https://github.com/wanteddev.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wanted_android_plugin\n\n[![Build](https://github.com/wanteddev/wanted-android-studio-plugin/actions/workflows/build.yml/badge.svg)](https://github.com/wanteddev/wanted-android-studio-plugin/actions/workflows/build.yml)\n[![Version](https://img.shields.io/jetbrains/plugin/v/23522.svg)](https://plugins.jetbrains.com/plugin/23522)\n[![Downloads](https://img.shields.io/jetbrains/plugin/d/23522.svg)](https://plugins.jetbrains.com/plugin/23522)\n\n## Template ToDo list\n- [x] Create a new [IntelliJ Platform Plugin Template][template] project.\n- [x] Get familiar with the [template documentation][template].\n- [x] Adjust the [pluginGroup](./gradle.properties), [plugin ID](./src/main/resources/META-INF/plugin.xml) and [sources package](./src/main/kotlin).\n- [x] Adjust the plugin description in `README` (see [Tips][docs:plugin-description])\n- [x] Review the [Legal Agreements](https://plugins.jetbrains.com/docs/marketplace/legal-agreements.html?from=IJPluginTemplate).\n- [x] [Publish a plugin manually](https://plugins.jetbrains.com/docs/intellij/publishing-plugin.html?from=IJPluginTemplate) for the first time.\n- [x] Set the `PLUGIN_ID` in the above README badges.\n- [x] Set the [Plugin Signing](https://plugins.jetbrains.com/docs/intellij/plugin-signing.html?from=IJPluginTemplate) related [secrets](https://github.com/JetBrains/intellij-platform-plugin-template#environment-variables).\n- [x] Set the [Deployment Token](https://plugins.jetbrains.com/docs/marketplace/plugin-upload.html?from=IJPluginTemplate).\n- [x] Click the \u003ckbd\u003eWatch\u003c/kbd\u003e button on the top of the [IntelliJ Platform Plugin Template][template] to be notified about releases containing new features and fixes.\n\n\u003c!-- Plugin description --\u003e\n\nAdd support for creating templates for Compose and packages for clean architecture.\nSuitable for Wanted projects.\n\n### Adding Packages\n- new → Other → Wanted Clean Architecture Package\n\n### Add Compose File\n- new → Other → Wanted Compose\n\n원티드 Android Studio 플러그인 입니다. \nCompose 용 템플릿을 생성할 수 있으며, clean architecture를 위한 패키지를 생성할 수 있습니다.\n\n### 패캐지 추가\n- new → Other → Wanted Clean Architecture Package\n\n### Compose 파일 추가\n- new → Other → Wanted Compose\n\n\u003c!-- Plugin description end --\u003e\n\n## Installation\n\n- Using the IDE built-in plugin system:\n\n  \u003ckbd\u003eSettings/Preferences\u003c/kbd\u003e \u003e \u003ckbd\u003ePlugins\u003c/kbd\u003e \u003e \u003ckbd\u003eMarketplace\u003c/kbd\u003e \u003e \u003ckbd\u003eSearch for \"wanted_android_plugin\"\u003c/kbd\u003e \u003e\n  \u003ckbd\u003eInstall\u003c/kbd\u003e\n\n- Manually:\n\n  Download the [latest release](https://github.com/nayunjae/wanted_android_plugin/releases/latest) and install it manually using\n  \u003ckbd\u003eSettings/Preferences\u003c/kbd\u003e \u003e \u003ckbd\u003ePlugins\u003c/kbd\u003e \u003e \u003ckbd\u003e⚙️\u003c/kbd\u003e \u003e \u003ckbd\u003eInstall plugin from disk...\u003c/kbd\u003e\n\n\n---\nPlugin based on the [IntelliJ Platform Plugin Template][template].\n\n[template]: https://github.com/JetBrains/intellij-platform-plugin-template\n[docs:plugin-description]: https://plugins.jetbrains.com/docs/intellij/plugin-user-experience.html#plugin-description-and-presentation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwanteddev%2Fwanted-android-studio-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwanteddev%2Fwanted-android-studio-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwanteddev%2Fwanted-android-studio-plugin/lists"}