Update README.md

This commit is contained in:
InsanusMokrassar 2021-02-28 01:26:11 +06:00 committed by GitHub
parent b884627837
commit 47b5097497
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)