Skip to content

Commit da7f2cd

Browse files
authored
update readme (#61)
Co-authored-by: Joe Roskopf <joseph.thomas.roskopf@gmail.com>
1 parent 4eec4b0 commit da7f2cd

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
<h1>Module Maker</h1>
44
</div>
55

6-
Featured in issue [355](https://us12.campaign-archive.com/?u=f39692e245b94f7fb693b6d82&id=46a6fab551) and [356](https://us12.campaign-archive.com/?u=f39692e245b94f7fb693b6d82&id=fb7f5353b9) of [Kotlin Weekly](http://www.kotlinweekly.net/)
7-
8-
Featured in issue [579](https://androidweekly.net/issues/issue-579) of [Android Weekly](https://androidweekly.net/)
9-
10-
[![Build](https://github.com/j-roskopf/ModuleMakerPlugin/actions/workflows/release.yml/badge.svg)](https://github.com/j-roskopf/ModuleMakerPlugin/actions/workflows/release.yml)
11-
[![Version](https://img.shields.io/jetbrains/plugin/v/21724.svg)](https://plugins.jetbrains.com/plugin/21724)
12-
[![Downloads](https://img.shields.io/jetbrains/plugin/d/21724.svg)](https://plugins.jetbrains.com/plugin/21724)
6+
<p align="center">
7+
<a href="https://opensource.org/license/mit/"><img alt="License" src="https://img.shields.io/badge/License-MIT-blue.svg"/></a>
8+
<a href="https://androidweekly.net/issues/issue-579"><img alt="Android Weekly" src="https://skydoves.github.io/badges/android-weekly.svg"/></a>
9+
<a href="https://us12.campaign-archive.com/?u=f39692e245b94f7fb693b6d82&id=fb7f5353b9"><img alt="Kotlin Weekly" src="https://skydoves.github.io/badges/kotlin-weekly.svg"/></a>
10+
<a href="https://github.com/j-roskopf/ModuleMakerPlugin/actions/workflows/release.yml"><img alt="Release Workflow" src="https://github.com/j-roskopf/ModuleMakerPlugin/actions/workflows/release.yml/badge.svg"/></a>
11+
<a href="https://plugins.jetbrains.com/plugin/21724"><img src="https://img.shields.io/jetbrains/plugin/v/21724.svg"/></a>
12+
<a href="https://plugins.jetbrains.com/plugin/21724"><img src="https://img.shields.io/jetbrains/plugin/d/21724.svg"/></a>
13+
</p><br>
1314

1415
<!-- Plugin description -->
1516
This is a plugin that allows one to create modules without having to copy / paste / modify existing modules.
@@ -19,7 +20,7 @@ Creating both single modules and enhanced modules (representing the 3 module sys
1920
Additional features include:
2021

2122
1. Specifying gradle template for modules to align with your project specific defaults.
22-
1. Allows for custom variables to be replaced with generated values
23+
1. Allows for custom variables to be replaced with generated values
2324
2. Aligning the gradle files to follow the module name
2425
3. Generating both .gradle and .gradle.kts build files for a given module
2526
<!-- Plugin description end -->

0 commit comments

Comments
 (0)