|
1 | 1 | # <img align="left" src="_images/logo_128.png"> AtPlug: Sockets and Plugs without boilerplate
|
2 | 2 |
|
3 |
| -<!---freshmark shields |
4 |
| -output = [ |
5 |
| - link(shield('Gradle plugin', 'plugins.gradle.org', 'com.diffplug.atplug', 'blue'), 'https://plugins.gradle.org/plugin/com.diffplug.spotless-changelog'), |
6 |
| - link(shield('Maven central', 'mavencentral', 'available', 'blue'), 'https://search.maven.org/search?q=g:com.diffplug.spotless-changelog'), |
7 |
| - link(shield('Apache 2.0', 'license', 'apache-2.0', 'blue'), 'https://tldrlegal.com/license/apache-license-2.0-(apache-2.0)'), |
8 |
| - '', |
9 |
| - link(shield('Changelog', 'changelog', versionLast, 'brightgreen'), 'CHANGELOG.md'), |
10 |
| - link(shield('Javadoc', 'javadoc', 'yes', 'brightgreen'), 'https://javadoc.jitpack.io/com/github/diffplug/spotless-changelog/spotless-changelog-agg/release~{{versionLast}}/javadoc/'), |
11 |
| - link(shield('Live chat', 'gitter', 'chat', 'brightgreen'), 'https://gitter.im/diffplug/spotless-changelog'), |
12 |
| - link(image('CircleCI', 'https://circleci.com/gh/diffplug/spotless-changelog.svg?style=shield'), 'https://circleci.com/gh/diffplug/spotless-changelog') |
13 |
| - ].join('\n'); |
14 |
| ---> |
15 |
| -[](https://plugins.gradle.org/plugin/com.diffplug.spotless-changelog) |
16 |
| -[](https://search.maven.org/search?q=g:com.diffplug.spotless-changelog) |
| 3 | +[](https://plugins.gradle.org/plugin/com.diffplug.atplug) |
| 4 | +[](https://search.maven.org/artifact/com.diffplug.atplug/atplug-runtime) |
| 5 | +[](CHANGELOG.md) |
17 | 6 | [](https://tldrlegal.com/license/apache-license-2.0-(apache-2.0))
|
18 | 7 |
|
19 |
| -[](CHANGELOG.md) |
20 |
| -[](https://javadoc.jitpack.io/com/github/diffplug/spotless-changelog/spotless-changelog-agg/release~1.0.0/javadoc/) |
21 |
| -[](https://gitter.im/diffplug/spotless-changelog) |
22 |
| -[](https://circleci.com/gh/diffplug/spotless-changelog) |
23 |
| -<!---freshmark /shields --> |
24 |
| - |
25 |
| - |
26 | 8 | ## AtPlug is...
|
27 | 9 |
|
28 | 10 | - a plugin system for the JVM
|
|
0 commit comments