cron-converter-u2q 1.0.2 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -4
- package/package.json +1 -1
- package/cron-converter-u2q-1.0.2.tgz +0 -0
package/README.md
CHANGED
|
@@ -1,14 +1,23 @@
|
|
|
1
1
|
# cron-converter-u2q
|
|
2
2
|
|
|
3
|
-
Easily
|
|
3
|
+
Easily work with cron expressions using the `cron-converter-u2q` package. Effortlessly convert between Unix and Quartz formats and describe cron schedules in plain language for better understanding and usability.
|
|
4
4
|
|
|
5
5
|

|
|
6
|
-

|
|
7
7
|
[](https://www.npmjs.com/package/cron-converter-u2q)
|
|
8
8
|
|
|
9
9
|
### Features
|
|
10
10
|
|
|
11
|
-
:arrows_counterclockwise: Two-way conversion
|
|
11
|
+
:arrows_counterclockwise: **Two-way conversion**
|
|
12
|
+
|
|
13
|
+
Effortlessly convert cron expressions:
|
|
14
|
+
- From Unix to Quartz
|
|
15
|
+
- From Quartz to Unix
|
|
16
|
+
|
|
17
|
+
:memo: **Human-readable Descriptions**
|
|
18
|
+
|
|
19
|
+
Translate cron schedules into plain, understandable text:
|
|
20
|
+
- Example: `*/5 * * * *` -> "Every 5 minutes"
|
|
12
21
|
|
|
13
22
|
### Installation
|
|
14
23
|
|
|
@@ -84,7 +93,7 @@ git checkout -b feature/xxxx
|
|
|
84
93
|
|
|
85
94
|
### Development Notice
|
|
86
95
|
|
|
87
|
-
|
|
96
|
+
Any feedback, suggestions, or contributions are highly appreciated!
|
|
88
97
|
|
|
89
98
|
## License
|
|
90
99
|
|
package/package.json
CHANGED
|
Binary file
|