Skip to content

A crontab to human class inspired by crontab.guru

License

Notifications You must be signed in to change notification settings

TekExplorer/dart_human_crontab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dart Human Crontab

A package to convert crontabs to a human readable format much like crontab.guru

Getting started

Add it to pubspec.yaml:

dependencies:
  human_crontab: ^1.0.0

or install via pub:

dart pub add human_crontab

Usage

import 'package:human_crontab/human_crontab.dart';

void main() {
  final cron = '30 4 */1 12 5';
  print(HumanCrontab.parse(cron).toHuman());
  // At 4:30 on every 1st day of the month on Friday in December
}

About

A crontab to human class inspired by crontab.guru

Resources

License

Stars

Watchers

Forks

Languages