mirror of
https://github.com/voson-wang/toon.git
synced 2026-01-29 15:24:10 +08:00
* feat: add cli for toon * docs: use npx in the readme * feat: overhaul and refactor --------- Co-authored-by: Johann Schopplich <mail@johannschopplich.com>
4 lines
64 B
JavaScript
4 lines
64 B
JavaScript
#!/usr/bin/env node
|
|
'use strict'
|
|
import('../dist/cli/index.js')
|