Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

d-wojciechowski/plm-companion-addon

Repository files navigation

PLM Companion Addon

Server side addon to work as a slave for Intellij IDEA Plugin (see here: LINK)

This program is designed to be a tunnel, and enable actions such as: disc discovery, action execution ,etc.

Prerequisites

To start you need:

Getting started

  1. Clone repository
  2. Execute init of submodule (about it you can learn here)
git submodule update --init --recursive
  1. Download protoc-gen-go.
go get -u github.com/golang/protobuf/protoc-gen-go
  1. Execute make script, it will also generate go files based on proto.
make.ps1

Distribution

For windows machine there is already script make.ps1, and for linux make.sh. Just run it, it will produce in distr folder executables for most common platforms.

Authors

License

This project is licensed under the GNU GENERAL PUBLIC LICENSE Version 3 - see the LICENSE file for details