UNPKG

holidays-jp-gen

Version:

A CLI tool to generate lightweight TypeScript holiday data modules for Japan based on official government CSV data.

6 lines (5 loc) 157 B
#!/usr/bin/env node import { defineCommand, main } from "./cli.js"; const command = defineCommand(); command.action(main); command.parseAsync(process.argv);