KotlinPublicationScriptsBui.../README.md

20 lines
1.1 KiB
Markdown
Raw Normal View History

2019-11-20 14:51:40 +00:00
# KotlinMppPublicationBuilder
2021-02-27 19:26:11 +00:00
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)