Files
toon/bin/toon.mjs
Andreas Partsch 80acc9d4fe feat: add cli (#34)
* feat: add cli for toon

* docs: use npx in the readme

* feat: overhaul and refactor

---------

Co-authored-by: Johann Schopplich <mail@johannschopplich.com>
2025-10-30 08:08:08 +01:00

4 lines
64 B
JavaScript

#!/usr/bin/env node
'use strict'
import('../dist/cli/index.js')