|
1 | 1 | # TypeScript in Definitelyland [](https://circleci.com/gh/typescript-ninja/typescript-in-definitelyland)
|
2 | 2 |
|
3 | 3 | この書籍はvvakame([Twitter](https://twitter.com/vvakame), [GitHub](https://github.com/vvakame))が執筆した、[TypeScript](http://www.typescriptlang.org/)についての本です。
|
4 |
| -初出はコミットマーケット87にて、[TechBoosterにて頒布](http://techbooster.github.io/c87/#typescript)したもので、その全文を公開しています。 |
| 4 | + |
| 5 | +初出はコミットマーケット87にて、[TechBoosterにて頒布](http://techbooster.github.io/c87/#typescript)したものです。 |
| 6 | +現在はコミックマーケット90にて[頒布](http://techbooster.github.io/c90/#typescript)した内容が反映されています。 |
5 | 7 |
|
6 | 8 | ただし、表紙データは含まれていません。
|
7 |
| -欲しい場合は紙版をなんとか入手していただきたいところです。 |
| 9 | +欲しい場合は[booth.pm](https://booth.pm/ja/items/299594)(電子版)や[COMIC ZIN](http://shop.comiczin.jp/products/detail.php?product_id=29874)(紙版)から購入してください。 |
8 | 10 |
|
9 | 11 | ## 本を読むには?
|
10 | 12 |
|
11 | 13 | ### Webサイトとして閲覧する場合
|
12 | 14 |
|
13 |
| -[こちら](http://typescript.ninja/typescript-in-definitelyland/)で公開予定 |
| 15 | +[こちら](http://typescript.ninja/typescript-in-definitelyland/)で公開中。 |
14 | 16 |
|
15 | 17 | ### 電子書籍として閲覧する場合
|
16 | 18 |
|
17 |
| -[griflet](https://tcb.mowa-net.jp/griflet/github/typescript-ninja/typescript-in-definitelyland/)よりダウンロード可能 |
| 19 | +[booth.pm](https://booth.pm/ja/items/299594)(電子版)から入手できます。 |
18 | 20 |
|
19 | 21 | ### 紙版が欲しい!
|
20 | 22 |
|
21 |
| -未定 |
| 23 | +在庫があれば[COMIC ZIN](http://shop.comiczin.jp/products/detail.php?product_id=29874)(紙版)から入手できます。 |
22 | 24 |
|
23 | 25 | ## 改訂履歴
|
24 | 26 |
|
| 27 | +* 2016/08/04 第2版 確定 (C90版) |
25 | 28 | * 2014/12/16 初版 確定 (C87版)
|
26 | 29 |
|
27 | 30 | ## この本のビルドの仕方
|
28 | 31 |
|
29 | 32 | ```
|
30 |
| -$ gem install bundler |
31 | 33 | $ git clone https://github.com/typescript-ninja/typescript-in-definitelyland.git
|
32 | 34 | $ cd typescript-in-definitelyland
|
| 35 | +$ npm run global |
| 36 | +# gem install bundler 相当の処理が走る |
33 | 37 | $ npm install
|
| 38 | +# bundle install 相当の処理も走る |
34 | 39 | $ npm run pdf
|
35 | 40 | ```
|
36 | 41 |
|
37 |
| -その他細かい準備(tex入れたり)は[FirstStepReVIEW](https://github.com/TechBooster/FirstStepReVIEW)に準じる。 |
| 42 | +その他細かい準備(tex入れたり)は[FirstStepReVIEW v2](https://github.com/TechBooster/C89-FirstStepReVIEW-v2)に準じる。 |
38 | 43 | めんどくさい場合はRe:VIEWビルド用の[dockerイメージ](https://registry.hub.docker.com/u/vvakame/review/)を用意してあるので使ってください。
|
39 | 44 |
|
40 | 45 | ## Special Thanks
|
41 | 46 |
|
| 47 | +### 第2版 Revised TypeScript in Definitelyland |
| 48 | + |
| 49 | +[mhidaka](https://twitter.com/mhidaka)と[muo_jp](https://twitter.com/muo_jp)と[laco](https://twitter.com/laco0416)にはレビュー・編集・印刷の手配・当日の搬入などなどの形で大変お世話になりました(まだなってる)。 |
| 50 | +大変感謝しております :yum: |
| 51 | + |
| 52 | +また、紙版ではイラストを[shati](http://utata-ne.net/)さん、デザインをsiosioさんに手がけていただき、第1版の世界観を踏襲した良い装丁にしてもらいました。 |
| 53 | +大変感謝し、喜んでおります :satisfied: |
| 54 | + |
| 55 | +### 第1版 TypeScript in Definitelyland |
| 56 | + |
42 | 57 | [mhidaka](https://twitter.com/mhidaka)と[muo_jp](https://twitter.com/muo_jp)にはレビュー・編集・印刷の手配・当日の搬入などなどの形で大変お世話になりました(まだなってる)。
|
43 | 58 | 大変感謝しております :yum:
|
44 | 59 |
|
|
0 commit comments