Skip to content

Commit

Permalink
add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
miyaji255 committed Jul 4, 2024
1 parent 48f0452 commit bbf3500
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ESModuleをGASで実行できるようにする
description: esbuildを用いてESModuleをGAS環境で実行できるようにするプラグインを作成しました。
category: tech
author: miyaji
tags: [node, esbuild, javascript]
tags: [node, esbuild, javascript, gas]
---

exportした関数のエントリーポイントを自動で生成するesbuildプラグイン **esbuild-plugin-gas-generator** を作成しました。
Expand Down
5 changes: 5 additions & 0 deletions src/content/tags/gas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "GAS",
"description": "Google Apps Script (GAS) とは、Googleによって開発されたスクリプトプラットフォームである軽量のアプリケーション開発のためのGoogleのワークスペースプラットフォームです。",
"image": "./gas.svg"
}
15 changes: 15 additions & 0 deletions src/content/tags/gas.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/content/tags/jest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "Jest",
"description": "JavaScriptのテストフレームワークです",
"image": "./jest.svg",
"fullSizeImage": true,
"links": [
{
"url": "https://jestjs.io/",
Expand Down
16 changes: 16 additions & 0 deletions src/content/tags/jest.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bbf3500

Please sign in to comment.