mirror of
https://github.com/certd/certd.git
synced 2026-06-24 19:47:34 +08:00
5 lines
134 B
JavaScript
5 lines
134 B
JavaScript
import { Executor } from '@certd/executor'
|
|
import options from './options.json'
|
|
const executor = new Executor()
|
|
executor.run(options)
|