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

12
cli/package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "@toon/cli",
"type": "module",
"private": true,
"scripts": {
"dev": "tsx ./src/index.ts"
},
"dependencies": {
"citty": "^0.1.6",
"consola": "^3.4.2"
}
}