File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# tool-generate-htmls
22
3- docs内を全てHTMLに変換するツールです 。
3+ ` docs ` フォルダ内を全て HTML ファイルに変換するツールです 。
44
55## セットアップ方法
66
@@ -10,30 +10,12 @@ docs内を全てHTMLに変換するツールです。
1010npm install
1111```
1212
13- TypeScriptのコンパイルで、上記コマンドを実行して「typings/」フォルダが生成されない場合は、下記コマンドを入力してください。
14- ```
15- npm run postinstall
16- ```
17-
1813## 使い方
1914
2015### HTMLを生成する
16+
2117コマンドラインで次の命令を実行して、「finish!!!」と表示されるまで待ちます。
2218
2319```
2420node 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+ ```
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments