JavaScript Promiseについての薄い電子書籍です。
作者をサポートしたい場合は、次の手段が利用できます。
過去のバージョンについては次のページから参照できます。
This book has been released in :
この書籍は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 も参考にして下さい。
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
プログラムコードはMITライセンスで利用できます。
文章についてはCreative Commons Attribution-NonCommercialで利用できます。