mirror of
https://github.com/jwdeveloper/TikTokLiveJava.git
synced 2026-02-27 08:49:40 -05:00
- clean up code
- rename module Example to examples
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>Examples</artifactId>
|
||||
<artifactId>examples</artifactId>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>io.github.jwdeveloper.tiktok</groupId>
|
||||
7
future.md
Normal file
7
future.md
Normal file
@@ -0,0 +1,7 @@
|
||||
Future plans:
|
||||
|
||||
[ ] Publish project to Maven repository instead of JITPACK
|
||||
[ ] Dynamically generates readme.md when new version is released
|
||||
[ ] Covers all possible classes from Client module with unit test
|
||||
[ ] Add tests check to GitHub publish action
|
||||
[ ] Generates documentation based on API module and publish it with GitHub pages
|
||||
2
pom.xml
2
pom.xml
@@ -11,7 +11,7 @@
|
||||
<modules>
|
||||
<module>API</module>
|
||||
<module>Client</module>
|
||||
<module>Examples</module>
|
||||
<module>examples</module>
|
||||
<module>tools-readme</module>
|
||||
|
||||
<module>extension-recorder</module>
|
||||
|
||||
@@ -41,7 +41,6 @@ public class EventsInfoGenerator {
|
||||
System.out.println(res);
|
||||
}
|
||||
|
||||
|
||||
public String run() {
|
||||
var events = getEventsDtos();
|
||||
var builder = new StringBuilder();
|
||||
|
||||
@@ -27,7 +27,6 @@ public class ReadmeGenerator {
|
||||
public static void main(String[] args) {
|
||||
var generator = new ReadmeGenerator();
|
||||
generator.generate();
|
||||
|
||||
}
|
||||
|
||||
public void generate() {
|
||||
|
||||
Reference in New Issue
Block a user