# opentcs-integration-example **Repository Path**: guningbo__buaa/opentcs-integration-example ## Basic Information - **Project Name**: opentcs-integration-example - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-17 - **Last Updated**: 2021-11-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # openTCS integration project example This template allows to easily create a skeleton of a new openTCS integration project. Which openTCS release it is based on is defined in [gradle/dependency-versions.gradle](gradle/dependency-versions.gradle). (Usually, this should be the latest release.) ## Recommended usage 1. Run `gradlew clean cloneProject <-PintegrationName=SomeName> <-PclassPrefix=SomePrefix> <-PpackageName=com.example>`. The result will be a new integration project skeleton in the `build/` directory. (Running the `clean` task before `cloneProject`, as shown here, is recommended.) 2. Copy the newly created project skeleton somewhere else to work on it. (The `build/` directory will be deleted whenever `gradlew clean` is run, which would also delete your project.) ## Licensing ### Code All of this software project's source code, including scripts and configuration files, is distributed under the [MIT License](LICENSE.txt). ### Assets Unless stated otherwise, all of this software project's documentation, resource bundles and media files are distributed under the [Creative Commons Attribution 4.0 International (CC BY 4.0)](LICENSE.assets.txt) license.