Comparing version 0.9.10 to 0.9.11
{ | ||
"name": "timexe", | ||
"version": "0.9.10", | ||
"version": "0.9.11", | ||
"description": "Yet another cron clone – but this one is better :o) - new improved syntax – milliseconds resolution – both for node JS and browser", | ||
@@ -5,0 +5,0 @@ "main": "timexe.js", |
# Timexe - Timer and scheduler | ||
## For node JS or javascript. | ||
## To be used with node or in a browser | ||
### Contributor wanted | ||
Please do not hesitate to add your contribution of any kind to this project | ||
### Features | ||
@@ -45,9 +42,9 @@ * Improved cron-like syntax (Not compatible) | ||
``` | ||
" " : field separator | ||
* : all values. Flags will be ignored. | ||
! : not | ||
/ : every (can not be combined with ! and range) | ||
- : Negative values are counted back from the maximum value | ||
a-b : range. both a and b included. | ||
a,b : set of values | ||
såace : field separator | ||
* : all values. Flags will be ignored. | ||
! : not | ||
/ : every (can not be combined with ! and range) | ||
- : Negative values are counted back from the maximum value | ||
a-b : range. both a and b included. | ||
a,b : set of values | ||
@@ -68,8 +65,6 @@ Day field can have the one of the following flags as well | ||
### Examples: | ||
| Tables | Are | | ||
| ------------- |:-------------:| | ||
| Every hour| * * * *| | ||
| Every day at noon| * * * 12 | ||
| Every 3th Hour on work days| * * w1-5 /3 | ||
| At a specific epoch time|@1422821601.123 | ||
| At a specific epoch time|@1422821601.123 | ||
| At a specific time| 2014 5 13 18 53 7 300 230 | ||
@@ -79,3 +74,3 @@ | 2th to last day of the month at noon| * * -2 12 | ||
| 3 times an hour during work time| * * w1-5 9-17 0,20,40 | ||
| Every morning at 7:30 but not on a weekend| * * !6-7 7 30 | ||
| Every morning at 7:30 but not on a weekend| * * !6-7 7 30 | ||
| Every 10 minutes in the day time| * * * 8-18 /10 | ||
@@ -82,0 +77,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46830
9
163