An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# wanted_android_plugin

[![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)
[![Version](https://img.shields.io/jetbrains/plugin/v/23522.svg)](https://plugins.jetbrains.com/plugin/23522)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/23522.svg)](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