Skip to content

Commit 1df65fd

Browse files
committed
chore: add 使い方
1 parent 85c04f6 commit 1df65fd

File tree

4 files changed

+13
-34
lines changed

4 files changed

+13
-34
lines changed

.env.sample

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
SID="xxxxxxxxx"
2+
SOURCE_PROJECT_NAME="xxxxxxxx"
3+
DESTINATION_PROJECT_NAME="xxxxxxx"
4+
# "Ttrue"にすると、デフォルトで複製するようになります。
5+
SHOULD_DUPLICATE_BY_DEFAULT="False"

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"deno.enable": true,
3+
"deno.lint": true,
4+
"deno.unstable": true
5+
}

app.json

Lines changed: 0 additions & 31 deletions
This file was deleted.

deps.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import "https://deno.land/x/dotenv@v3.2.0/load.ts";
2-
export * from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.14.1/rest/page-data.ts";
3-
export { assertString } from "https://deno.land/x/unknownutil@v2.0.0/mod.ts";
1+
import 'https://deno.land/x/dotenv@v3.2.0/load.ts';
2+
export { assertString } from 'https://deno.land/x/unknownutil@v2.0.0/mod.ts';
3+
export * from 'https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.14.1/rest/page-data.ts';

0 commit comments

Comments
 (0)