shakakira / promises-book

[WIP] JavaScript Promiseの本

Home Page:http://azu.github.io/promises-book/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Promises Book Build Status Gitter chat

Promisesについての薄い電子書籍です

http://azu.github.io/promises-book/ から閲覧することが出来ます。

Installation

Asciidocを使い書かれています。

Asciidoctorでビルドすることが出来ます。

gem install asciidoctor coderay
make html
open index.html

Contributing

Gitter chat に意見等どうぞ。

CONTRIBUTE.md も参考にして下さい

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

プログラムコードはMITライセンスで利用できます。

文章についてはCreative Commons Attribution-NonCommercialで利用できます。

クリエイティブ・コモンズ・ライセンス

About

[WIP] JavaScript Promiseの本

http://azu.github.io/promises-book/

License:MIT License