https://github.com/wanteddev/wanted-android-studio-plugin
Wanted Android Studio Plugin
https://github.com/wanteddev/wanted-android-studio-plugin
Last synced: about 1 year ago
JSON representation
Wanted Android Studio Plugin
- Host: GitHub
- URL: https://github.com/wanteddev/wanted-android-studio-plugin
- Owner: wanteddev
- Created: 2024-01-11T06:42:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T20:49:20.000Z (about 2 years ago)
- Last Synced: 2024-04-26T21:42:22.752Z (about 2 years ago)
- Language: Kotlin
- Size: 1.87 MB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# wanted_android_plugin
[](https://github.com/wanteddev/wanted-android-studio-plugin/actions/workflows/build.yml)
[](https://plugins.jetbrains.com/plugin/23522)
[](https://plugins.jetbrains.com/plugin/23522)
## Template ToDo list
- [x] Create a new [IntelliJ Platform Plugin Template][template] project.
- [x] Get familiar with the [template documentation][template].
- [x] Adjust the [pluginGroup](./gradle.properties), [plugin ID](./src/main/resources/META-INF/plugin.xml) and [sources package](./src/main/kotlin).
- [x] Adjust the plugin description in `README` (see [Tips][docs:plugin-description])
- [x] Review the [Legal Agreements](https://plugins.jetbrains.com/docs/marketplace/legal-agreements.html?from=IJPluginTemplate).
- [x] [Publish a plugin manually](https://plugins.jetbrains.com/docs/intellij/publishing-plugin.html?from=IJPluginTemplate) for the first time.
- [x] Set the `PLUGIN_ID` in the above README badges.
- [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).
- [x] Set the [Deployment Token](https://plugins.jetbrains.com/docs/marketplace/plugin-upload.html?from=IJPluginTemplate).
- [x] Click the Watch button on the top of the [IntelliJ Platform Plugin Template][template] to be notified about releases containing new features and fixes.
Add support for creating templates for Compose and packages for clean architecture.
Suitable for Wanted projects.
### Adding Packages
- new → Other → Wanted Clean Architecture Package
### Add Compose File
- new → Other → Wanted Compose
원티드 Android Studio 플러그인 입니다.
Compose 용 템플릿을 생성할 수 있으며, clean architecture를 위한 패키지를 생성할 수 있습니다.
### 패캐지 추가
- new → Other → Wanted Clean Architecture Package
### Compose 파일 추가
- new → Other → Wanted Compose
## Installation
- Using the IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "wanted_android_plugin" >
Install
- Manually:
Download the [latest release](https://github.com/nayunjae/wanted_android_plugin/releases/latest) and install it manually using
Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
---
Plugin based on the [IntelliJ Platform Plugin Template][template].
[template]: https://github.com/JetBrains/intellij-platform-plugin-template
[docs:plugin-description]: https://plugins.jetbrains.com/docs/intellij/plugin-user-experience.html#plugin-description-and-presentation