Convert cron expressions to human-readable text (FR/EN) and vice-versa
- CLI tool
- TypeScript support
Runtime:
- TypeScript v6.0.2
- Node.js >= 18.0.0
- npm or yarn
cd cron-human
npm installOr install globally:
npm install -g cron-humancron-human| Script | Command |
|---|---|
npm run build |
tsc |
npm run start |
node dist/index.js |
├── 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
This project is licensed under the MIT license.
Zakaria Kone