{"id":26909907,"url":"https://github.com/stack-spot/stackspot-intellij-extension","last_synced_at":"2025-04-01T13:29:56.636Z","repository":{"id":59496186,"uuid":"524102043","full_name":"stack-spot/stackspot-intellij-extension","owner":"stack-spot","description":"StackSpot IntelliJ Plugin is a plugin that extends STK CLI to IntelliJ and allows you to create a StackSpot project, apply plugins, and many more features. But all this is inside of your favorite IDE.","archived":false,"fork":false,"pushed_at":"2024-05-08T02:45:36.000Z","size":437,"stargazers_count":5,"open_issues_count":21,"forks_count":1,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-05-08T03:32:53.518Z","etag":null,"topics":["apache-license-2","intellij-plugin","open-source","opensource","stackspot"],"latest_commit_sha":null,"homepage":"https://www.stackspot.com","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stack-spot.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-12T13:40:28.000Z","updated_at":"2023-11-09T21:17:47.000Z","dependencies_parsed_at":"2023-02-17T21:31:12.093Z","dependency_job_id":"8ce9ac48-a866-43bf-af21-850ac676056d","html_url":"https://github.com/stack-spot/stackspot-intellij-extension","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stack-spot%2Fstackspot-intellij-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stack-spot%2Fstackspot-intellij-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stack-spot%2Fstackspot-intellij-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stack-spot%2Fstackspot-intellij-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stack-spot","download_url":"https://codeload.github.com/stack-spot/stackspot-intellij-extension/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246647129,"owners_count":20811258,"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":["apache-license-2","intellij-plugin","open-source","opensource","stackspot"],"created_at":"2025-04-01T13:29:55.971Z","updated_at":"2025-04-01T13:29:56.625Z","avatar_url":"https://github.com/stack-spot.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **StackSpot IntelliJ Plugin**\n\n## **Table of contents**\n\n### 1. [**About**](#about)\n### 2. [**Getting Started**](#getting-started)\n\u003e#### 2.1. [**Build Requirements**](#build-requirements)\n\u003e#### 2.2. [**Gradle Commands**](#gradle-commands)\n### 3. [**Installation**](#installation)\n### 4. [**Usage**](#usage)\n### 5. [**Documentation**](#documentation)\n### 6. [**Contributing**](#contributing)\n### 7. [**Code of Conduct**](#code-of-conduct)\n### 8. [**License**](#license)\n### 9. [**Other Information**](#other-information)\n\u003e#### 9.1. [**IntelliJ Plugin SDK documentation**](#intellij-plugin-sdk-documentation)\n\n## **About**\n\n**StackSpot IntelliJ Plugin** extends [**STK CLI**](https://docs.stackspot.com.br/docs/stk-cli/) to IntelliJ and allows you to create a StackSpot project, apply plugins, and many more features.\n\n## **Getting started**\n\n### **Build Requirements**\n\n- IntelliJ IDEA 2022.1\n- JDK 11\n\n### **Gradle Commands**\n\nYou need to use **`./gradlew clean`** to make sure the changes you made are in the last binary. Now, follow:\n\n1. Build a plugin to install in your IDE, run:\n\n```\n./gradlew clean buildPlugin\n```\n\nThe zip file will be in `build/distributions/{plugin_name}-{version}.zip`\n\n2. Run your code:\n\n```\n./gradlew clean runIde\n```\n\n## **Installation**\n\nThis plugin is available on JetBrains Marketplace, but you can also install it through the zip file, see below:\n- [**Install IntelliJ plugin from the disk**](https://www.jetbrains.com/help/idea/managing-plugins.html#install_plugin_from_disk)\n\n## **Usage**\n\nCreate a new project (Project Wizard):\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://gifyu.com/image/STIbO\"\u003e\u003cimg src=\"https://s4.gifyu.com/images/create-project-project-wizard.gif\" alt=\"gif containing the creation of a project\" border=\"0\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nUsing StackSpot tool window after the project opened:\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://gifyu.com/image/STIzK\"\u003e\u003cimg src=\"https://s4.gifyu.com/images/overview-ide.gif\" alt=\"gif containing the StackSpot tool window\" border=\"0\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## **Documentation**\n\nSee StackSpot's documentation to learn more about IntelliJ's plugin:\n- [**IntelliJ**](https://docs.stackspot.com.br/docs/extensions-for-ide/intellij/)\n\n## **Contributing**\n\nCheck out our [**Contributing Guide**](https://github.com/stack-spot/stackspot-intellij-extension/blob/main/CONTRIBUTING.md) to learn about our development process, how to suggest bug fixes and improvements.\n\nSee other guides:\n\n- [**Security**](https://github.com/stack-spot/stackspot-intellij-extension/blob/main/SECURITY.md)\n\n- [**Developer Guide**](https://github.com/stack-spot/stackspot-intellij-extension/blob/main/DEVELOPER_GUIDE.md)\n\n## **Code of Conduct**\n\nPlease follow the [**Code of Conduct**](https://github.com/stack-spot/stackspot-intellij-extension/blob/main/CODE_OF_CONDUCT.md) in all your interactions with our project.\n\n## **License**\n\n[**Apache License 2.0**](https://github.com/stack-spot/stackspot-intellij-extension/blob/main/LICENSE).\n\n## **Other information**\n\n- [**IntelliJ Plugin SDK documentation**](https://plugins.jetbrains.com/docs/intellij/welcome.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstack-spot%2Fstackspot-intellij-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstack-spot%2Fstackspot-intellij-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstack-spot%2Fstackspot-intellij-extension/lists"}