timeplan
1.0.0
#### 지연된 작업 및 반복적 인 작업을 할당하는 가장 간단한 방법
NPM TimePlan을 설치하십시오
또는
git clone git : //github.com/inspiredjw/timeplan.git
timeplan . delayed ( {
period : "m"
task : function ( ) {
console . log ( "Every Minutes" ) ;
}
} ) ;
timeplan . repeat ( {
period : "3s"
task : function ( ) {
console . log ( "Every 3 Seconds" ) ;
}
} ) ;
연도 : Y
, year
, years
월 : M
, month
, months
주 : W
, week
, weeks
데이 : D
, day
, days
시간 : h
, hour
, hours
분 : m
, minute
, minutes
둘째 : s
, second
, seconds