plugin
-
Figma Plugin - Android Vector DrawableTools/plugin 2021. 12. 11. 00:15
https://www.figma.com/community/plugin/797369763563831541/Android-Vector-Drawable Figma - Android Vector Drawable | Copy & export vector drawable code from any layers except Slice and Image. How to Use Run p. Figma Community plugin — Copy & export vector drawable code from any layers except Slice and Image. How to Use Run plugin and select a layer, vector drawable code will show in plugin panel...
-
ADB Idea(with Android studio plugin)Tools/plugin 2020. 10. 16. 10:22
plugins.jetbrains.com/plugin/7380-adb-idea ADB Idea - Plugins | JetBrains Adds the following ADB commands to Android Studio and Intellij:. plugins.jetbrains.com 안드로이드 스튜디오에서 adb 명령을 바로 내릴수 있게하는 플러그 인 입니다. 지원하는 기능은 아래와 같습니다. ADB Uninstall App ADB Kill App ADB Start App ADB Restart App ADB Clear App Data ADB Clear App Data and Restart ADB Start App With Debugger ADB Restart App With Debugger ADB G..
-
Octotree .with GithubTools/plugin 2020. 5. 7. 21:07
https://www.octotree.io/ Octotree www.octotree.io https://chrome.google.com/webstore/detail/octotree/bkhaagjahfmjljalopjnoealnfndnagc/related?hl=ko_KR Octotree GitHub on steroids chrome.google.com 옥토트리(Octotree)라는 크롬 플러그인 입니다. Github에 있는 프로젝트를 크롬 브라우저에서 볼 경우 해당 프로젝트의 구조를 좌측에 보여주는 플러그인 입니다. 코드리뷰를 하거나 오픈소스를 분석할때 도움이 되는 플러그인 입니다. [Private repo token 등록 하는 방법] profile 에 맨아래에 보면 Developer settings 가 ..
-
Jenkins + Slack 알림 연동DevOps 2019. 8. 18. 20:00
Jenkins 에서 빌드후 Slack에서 알림을 받을수 있도록 연동하도록 하겠습니다. 1. Slack에서 Jenkins에서 알림을 받을 채널을 하나 만들어 줍니다. 2.채널을 만든후 Slack 좌측 탭의 App 의 + 버튼을 클릭합니다. 3. Browse Apps에서Jenkins를 검색하여 Jenkins CI 를 Install 합니다. 4. Jenkins CI가 설치된 후 Add Configuration 버튼을 클릭 합니다. 5. Jenkins로 부터 알림을 받을 채널을 설정 합니다. 채널을 설정한 뒤 Add Jenkins CI integration 버튼을 클릭합니다. 6.Setup Instructions 의 Step3의 Team Subdomain 와 Integration Token Credential ..
-
Jenkins + Google Play Store 배포 연동DevOps 2019. 8. 16. 10:52
Jenkins 에서 빌드가 완료된 안드로이드 APK를 Google Play Store로 업로드하여 등록하는 부분을 진행합니다. 1. Jenkins 에서 Jenkins 관리 -> 플러그인 관리 -> 설치가능 탭을 선택하여 Google Play Android Publisher Plugin 를 검색 한다음 체크 후 설치합니다. 2. Jenkins에서 플러그인을 설치한 후 Google Pay Console 에서 왼쪽 탭리스트의 설정 -> API 엑세스 를 선택합니다. 3. 새 프로젝트 만들기를 실행한후 서비스 계정의 서비스 계정 만들기 버튼을 클릭합니다. 버튼 클릭시 나오는 다이얼로그 창에서 1번의 항목의 Google API 콘솔 링크를 클릭하여 이동합니다. 4. 서비스계정에서 상단의 +서비스 계정 만들기 버튼..