From e0b9fe2306ad16b9cdbc2385315ecce8dd086bdd Mon Sep 17 00:00:00 2001 From: Alexander Nozik Date: Tue, 16 Feb 2021 18:31:43 +0300 Subject: [PATCH] Add README.md --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0bffb2b --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# KScience build tools + +A collection of gradle plugins for building and publishin *kscience* and *dataforge* projects. + +## ru.mipt.npm.kscience +A primary plugin. When used with kotlin-jvm, kotlin-js or kotlin-mulitplatform configures the project for appropriate target. + +## ru.mipt.npm.project +Root project tool including JetBrains changelog plugin an kotlin binary compatibility validator tool. + +## ru.mipt.npm.publish +Enables publishing to maven-central, bintray, Space and github. + +## ru.mipt.npm.mpp +`= kotlin("multiplatform") + ru.mipt.npm.kscience` + +Includes JVM-IR and JS-IR-Browser targets. + +## ru.mipt.npm.jvm +`= kotlin("jvm") + ru.mipt.npm.kscience` + +## ru.mipt.npm.js +`= kotlin("js + ru.mipt.npm.kscience` + +## ru.mipt.npm.native +add default native targets to `ru.mipt.npm.mpp` + +## ru.mipt.npm.node +add node target to `ru.mipt.npm.mpp` \ No newline at end of file