Skip to content

Commit

Permalink
Update article
Browse files Browse the repository at this point in the history
  • Loading branch information
r7kamura committed May 31, 2024
1 parent f5e0cb1 commit df78b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/2024-06-01-bump-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ r7kamura/bump-requestは、新しいバージョンのリリースを自動化

そこまで複雑ではない処理内容だったので、以前まではシェルスクリプトで実装していた。しかし今回から少しばかり複雑な計算処理が入ることになったので、このタイミングでDenoを使う実装に移行しておいた。

Denoは、こういうちょっとしたスクリプトを書くのに非常に適している。TypeScript Compiler、Formatter、Linter、Test Runner等がデフォルトでまとめて提供されていて、型の恩恵を受けつついい感じにスクリプトを書けるのがたいへん便利
Denoは、おおよそNode.js互換なJavaScriptのランタイムに、TypeScript compiler、Formatter、Linter、Test runner等がデフォルトで同梱されている便利なツール。こういうちょっとしたスクリプトを型の恩恵を受けつついい感じに書けるのがたいへん便利

- <https://deno.com/>

0 comments on commit df78b33

Please sign in to comment.