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)