# migration-plugin **Repository Path**: slynkodenis/migration-plugin ## Basic Information - **Project Name**: migration-plugin - **Description**: InteliiJ platform plugin for real-time code analysis with highlighted results. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-01-09 - **Last Updated**: 2024-03-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # STS Migration Linter IntelliJ platform code inspection for TypeScript source code which is to be migrated into STS code. ## Build ### Linux In terminal run from the project's root: ```bash ./gradlew buildPlugin ``` which will generate ready-to-use plugin located at `build/distributions/${PLUGIN_NAME}-{PLUGIN_VERSION}.zip`. ### Windows In `cmd` run from the project's root: ```cmd gradlew.bat buildPlugin ``` which will generate ready-to-use plugin located at `build\distributions\%PLUGIN_NAME%-%PLUGIN_VERSION%.zip`.