Skip to content

ZakariaDev000/cron-human

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cron-human

Version License TypeScript

Convert cron expressions to human-readable text (FR/EN) and vice-versa

Features

  • CLI tool
  • TypeScript support

Tech Stack

Runtime:

  • TypeScript v6.0.2

Prerequisites

  • Node.js >= 18.0.0
  • npm or yarn

Installation

cd cron-human
npm install

Or install globally:

npm install -g cron-human

Usage

CLI

cron-human

Available Scripts

Script Command
npm run build tsc
npm run start node dist/index.js

Project Structure

├── public
│   └── index.html
├── src
│   ├── formatter.ts
│   ├── humanizer.ts
│   ├── index.ts
│   ├── parser.ts
│   ├── reverse.ts
│   ├── scheduler.ts
│   ├── server.ts
│   └── validator.ts
├── package.json
├── README.md
└── tsconfig.json

License

This project is licensed under the MIT license.

Author

Zakaria Kone

About

Convert cron expressions to human-readable text & back. Supports English & French. CLI + Web. #cron #scheduler #crontab #devtools

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors