File tree 1 file changed +47
-1
lines changed
1 file changed +47
-1
lines changed Original file line number Diff line number Diff line change 1
- # dev-tools
1
+ # dev-tools
2
+ Common development tools in one app
3
+
4
+ ## Installation
5
+ This is a Maven JavaFX application.
6
+ Build it from source:
7
+ ``` java
8
+ mvn assembly: assembly
9
+ ```
10
+ or download the latest release.
11
+
12
+ *** JavaFx is not a part of Java SDK as of JDK 11.***
13
+
14
+ ## Tools List
15
+
16
+ ### Json Editor
17
+ * Json Pretty Print with Highlighting
18
+ * Json Validation
19
+ * Search Bar (Ctrl+F)
20
+
21
+ ![ ] ( ./images/json_editor.png )
22
+
23
+ ### Generator
24
+ * UUID Generator
25
+ * Password Generator
26
+
27
+ ![ ] ( ./images/generator.png )
28
+
29
+ ### Hash Calculator
30
+ * Hash Functions
31
+ * URL Encode/Decode
32
+ * Base64 Encode/Decode
33
+
34
+ ![ ] ( ./images/hash_calculator.png )
35
+
36
+ ### Epoch Converter
37
+ * Current Unix Epoch Time
38
+ * Timestamp to Human Date
39
+ * Human Date to Timestamp
40
+
41
+ ![ ] ( ./images/epoch_converter.png )
42
+
43
+ ## Contributing
44
+ If you find this project useful and want to contribute, please open an issue or create a PR.
45
+
46
+ ## License
47
+ Licensed under the Apache 2.0 License.
You can’t perform that action at this time.
0 commit comments