Skip to content

Commit

Permalink
add Heise TS bash article
Browse files Browse the repository at this point in the history
  • Loading branch information
timozander committed Oct 26, 2024
1 parent f4b204f commit 6d6c9e1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "timozander.de",
"version": "2.0.0",
"private": true,
"packageManager": "pnpm@^9.5.0",
"packageManager": "[email protected]",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand Down Expand Up @@ -59,6 +59,8 @@
}
},
"lint-staged": {
"*": ["biome format --write ."]
"*": [
"biome format --write ."
]
}
}
7 changes: 7 additions & 0 deletions src/content/externalPosts/cli-apps-with-ts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
source: Host Europe
title: "Creating CLI apps with TypeScript"
date: 2024-10-15
language: de
---
https://www.heise.de/hintergrund/TypeScript-erobert-die-Kommandozeile-Das-Ende-von-Bash-9980116.html

0 comments on commit 6d6c9e1

Please sign in to comment.