Skip to content

Commit de8257e

Browse files
committed
MarkDown整形 : TypeScript関連の設定を排除
1 parent 83e84b8 commit de8257e

File tree

5 files changed

+6
-300
lines changed

5 files changed

+6
-300
lines changed

tool-generate-htmls/README.md

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# tool-generate-htmls
22

3-
docs内を全てHTMLに変換するツールです
3+
`docs` フォルダ内を全て HTML ファイルに変換するツールです
44

55
## セットアップ方法
66

@@ -10,30 +10,12 @@ docs内を全てHTMLに変換するツールです。
1010
npm install
1111
```
1212

13-
TypeScriptのコンパイルで、上記コマンドを実行して「typings/」フォルダが生成されない場合は、下記コマンドを入力してください。
14-
```
15-
npm run postinstall
16-
```
17-
1813
## 使い方
1914

2015
### HTMLを生成する
16+
2117
コマンドラインで次の命令を実行して、「finish!!!」と表示されるまで待ちます。
2218

2319
```
2420
node index
25-
```
26-
27-
### TypeScriptのコンパイル
28-
1. TypeScriptを編集してTypeScriptのコンパイルのみ行いたい場合は下記を実行します。
29-
30-
```
31-
npm run compile-ts
32-
```
33-
34-
2. TypeScriptのコンパイルとHTMLの生成の両方を実行する場合は下記を実行します。
35-
36-
```
37-
npm run build
38-
```
39-
21+
```

tool-generate-htmls/dtsm.json

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

tool-generate-htmls/index.ts

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

tool-generate-htmls/package.json

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,13 @@
11
{
2-
"name": "tool-generate-htmls",
3-
"version": "1.0.0",
4-
"description": "",
5-
"main": "index.js",
6-
"repository": {
7-
"type": "git",
8-
"url": "git+https://ics-ikeda@github.com/ics-creative/tutorial-createjs.git"
9-
},
102
"scripts": {
11-
"postinstall": "dtsm install",
12-
"compile-ts" : "tsc -p .",
13-
"build": "npm run compile-ts;node index.js",
14-
"test": "echo \"Error: no test specified\" && exit 1"
3+
"build": "node index.js"
154
},
16-
"author": "Nozomi Nohara <nozomi.nohara@ics-web.jp>",
17-
"license": "ISC",
185
"devDependencies": {
19-
"dtsm": "^0.13.0",
206
"highlight": "^0.2.4",
217
"highlight.js": "^9.0.0",
228
"marked": "^0.3.5",
239
"mkdirp": "^0.5.1",
2410
"pdc": "^0.2.2"
25-
}
11+
},
12+
"dependencies": {}
2613
}

tool-generate-htmls/tsconfig.json

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

0 commit comments

Comments
 (0)