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>
This commit is contained in:
Andreas Partsch
2025-10-30 08:08:08 +01:00
committed by GitHub
parent 28896e19e8
commit 80acc9d4fe
8 changed files with 275 additions and 1 deletions

3
bin/toon.mjs Normal file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env node
'use strict'
import('../dist/cli/index.js')