JavaScript Promiseについての薄い電子書籍です。
- ウェブ版: http://azu.github.io/promises-book/
- PDF版: http://azu.github.io/promises-book/javascript-promise-book.pdf
- おまけ(付録): https://gumroad.com/l/javascript-promise
寄付などがしたい方は、付録を任意の値段で購入できるのでこちらを代用して下さい。
This book has been released in :
- Chinese: JavaScript Promise迷你书(中文版)
- Korean: [한빛미디어 eBook] JavaScript Promise(번역서)
この書籍はAsciidocフォーマットで書かれています。
Asciidoctorでビルドすることができます。
bundle install --path vendor/bundle
npm install
make html
open index.html
フォントには源真ゴシック (げんしんゴシック) | 自家製フォント工房を利用しています。
必要なもの
git submodule update --init
make pdf
open javascript-promise-book.pdf
まだ完成度が高くないため品質はよくありません。 HTML版はスマートフォン等画面が小さくても見られるようになっているためそちらの利用を推奨します。
gem install specific_install
gem specific_install -l https://github.com/asciidoctor/asciidoctor-epub3
asciidoctor-epub3 -D output index.adoc
Pull RequestやIssue等お気軽にどうぞ。
Pull Requestする場合は CONTRIBUTING.md も参考にして下さい。
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
プログラムコードはMITライセンスで利用できます。
文章についてはCreative Commons Attribution-NonCommercialで利用できます。