All Projects → azu → Promises Book

azu / Promises Book

Licence: mit
JavaScript Promiseの本

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Promises Book

Ethereum Development With Go Book
📖 A little book on Ethereum Development with Go (golang)
Stars: ✭ 754 (-40.35%)
Mutual labels:  free, book, ebook, pdf
Koodo Reader
A modern ebook manager and reader with sync and backup capacities for Windows, macOS, Linux and Web
Stars: ✭ 2,938 (+132.44%)
Mutual labels:  ebook, pdf, book
Buka
Buka is a modern software that helps you manage your ebook at ease.
Stars: ✭ 896 (-29.11%)
Mutual labels:  book, ebook, pdf
Real Time Rendering 3rd Cn Summary Ebook
📘 电子书 -《Real-Time Rendering 3rd》提炼总结 | 全书共9万7千余字。你可以把它看做中文通俗版的《Real-Time Rendering 3rd》,也可以把它看做《Real-Time Rendering 3rd》的解读版与配套学习伴侣,或者《Real-Time Rendering 4th》的前置阅读材料。
Stars: ✭ 1,159 (-8.31%)
Mutual labels:  book, ebook, pdf
Easybook
Book publishing as easy as it should be (built with Symfony components)
Stars: ✭ 744 (-41.14%)
Mutual labels:  book, pdf
Oho Reader
【停止维护】哦豁阅读器!API源自追书神器,免费使用!填坑完成!使用react
Stars: ✭ 571 (-54.83%)
Mutual labels:  book, ebook
Postgresql book
Book about PostgreSQL (russian)
Stars: ✭ 780 (-38.29%)
Mutual labels:  free, book
Readteractive
Tool for writing and generating interactive books.
Stars: ✭ 23 (-98.18%)
Mutual labels:  book, pdf
Learninggo
Learning Go Book in mmark
Stars: ✭ 438 (-65.35%)
Mutual labels:  free, book
The Complete Guide To Modern Javascript
A comprehensive, easy-to-follow ebook to learn everything from the basics of JavaScript to ES2020. Read more on my blog https://inspiredwebdev.com or buy it here http://a-fwd.to/jHO6m9t. Get the course here https://www.educative.io/courses/complete-guide-to-modern-javascript?aff=BqmB
Stars: ✭ 827 (-34.57%)
Mutual labels:  book, ebook
React Book
Free book on React. Beginner to intermediate.
Stars: ✭ 855 (-32.36%)
Mutual labels:  free, book
Microservices
Microservices from Design to Deployment 中文版 《微服务:从设计到部署》
Stars: ✭ 4,637 (+266.85%)
Mutual labels:  book, ebook
Fundamentals Of Python Data Structures
《数据结构(Python语言描述)》"Fundamentals of Python:Data Structures" 电子书和配套代码
Stars: ✭ 30 (-97.63%)
Mutual labels:  book, ebook
Gobook
A complete introduction into Go, superseded by https://github.com/miekg/learninggo
Stars: ✭ 882 (-30.22%)
Mutual labels:  free, book
Koreader
An ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats, running on Cervantes, Kindle, Kobo, PocketBook and Android devices
Stars: ✭ 9,467 (+648.97%)
Mutual labels:  ebook, pdf
Css Animation 101
Learn how to bring animation to your web projects
Stars: ✭ 4,236 (+235.13%)
Mutual labels:  free, ebook
Geek Programming Books
Free programing ebooks
Stars: ✭ 412 (-67.41%)
Mutual labels:  free, ebook
Free Livros
Educação é um direito de todos
Stars: ✭ 433 (-65.74%)
Mutual labels:  free, ebook
Netkiller.github.io
Netkiller Free ebook - 免费电子书
Stars: ✭ 861 (-31.88%)
Mutual labels:  book, ebook
21 Recipes
📕 An R/rtweet edition of Matthew A. Russell's Python Twitter Recipes Book
Stars: ✭ 69 (-94.54%)
Mutual labels:  book, ebook

Promises Book Build Status Gitter chat

JavaScript Promiseについての薄い電子書籍です。

寄付などがしたい方は、付録を任意の値段で購入できるのでこちらを代用して下さい。

過去のバージョンについては次のページから参照できます。

This book has been released in :

Installation

この書籍はAsciidocフォーマットで書かれています。

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

HTMLのビルド

bundle install --path vendor/bundle
npm install
make html
open index.html

PDFのビルド

フォントには源真ゴシック (げんしんゴシック) | 自家製フォント工房を利用しています。

必要なもの

git submodule update --init
make pdf
open javascript-promise-book.pdf

Epubのビルド

まだ完成度が高くないため品質はよくありません。 HTML版はスマートフォン等画面が小さくても見られるようになっているためそちらの利用を推奨します。

gem install specific_install
gem specific_install -l https://github.com/asciidoctor/asciidoctor-epub3
asciidoctor-epub3 -D output index.adoc

Contributing

Pull RequestやIssue等お気軽にどうぞ。

Gitter chat に書き込むだけでも問題ないです。

Pull Requestする場合は CONTRIBUTING.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で利用できます。

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].