From 47b5097497d9fd5ea797810f5dd0a682fadfd3e6 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Sun, 28 Feb 2021 01:26:11 +0600 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index a996dc6..80943c7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,19 @@ # KotlinMppPublicationBuilder +This application was created to decrease routine in process of project creating. Currently this tool can: + +* Create `publish.gradle` file with + * Customizable project name and description + * Autoloading and filling license info + * Optional GPG signing + * Opportunity to automatically include `MavenCentral` (Sonatype) repository as target repo + * Include different developers with their nicknames and e-mails +* Create configuration file with extension `kpsb` to be able to reconfigure publication in future via this app and simply update after new versions of application will be created + +## Screenshots + +![Clear state](https://github.com/InsanusMokrassar/KotlinPublicationScriptsBuilder/blob/master/.github/images/Screenshot%20clear.png) + +![License autofilling](https://github.com/InsanusMokrassar/KotlinPublicationScriptsBuilder/blob/master/.github/images/Screenshot%20license%20example.png) + +![Developers](https://github.com/InsanusMokrassar/KotlinPublicationScriptsBuilder/blob/master/.github/images/Screenshot%20developers%20example.png)