{"id":13565049,"url":"https://github.com/azu/promises-book","last_synced_at":"2025-05-14T08:05:55.741Z","repository":{"id":14611015,"uuid":"17328285","full_name":"azu/promises-book","owner":"azu","description":"JavaScript Promiseの本","archived":false,"fork":false,"pushed_at":"2024-10-20T11:48:24.000Z","size":50644,"stargazers_count":1379,"open_issues_count":16,"forks_count":573,"subscribers_count":46,"default_branch":"master","last_synced_at":"2025-04-11T21:46:05.768Z","etag":null,"topics":["book","ebook","free","javascript","javascript-promise","pdf","promise"],"latest_commit_sha":null,"homepage":"https://azu.github.io/promises-book/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/azu.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"azu"}},"created_at":"2014-03-02T01:12:13.000Z","updated_at":"2025-03-28T01:06:52.000Z","dependencies_parsed_at":"2024-12-12T11:04:12.721Z","dependency_job_id":"79d08f4a-eb8e-4af4-b921-4f6343980934","html_url":"https://github.com/azu/promises-book","commit_stats":null,"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azu%2Fpromises-book","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azu%2Fpromises-book/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azu%2Fpromises-book/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azu%2Fpromises-book/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/azu","download_url":"https://codeload.github.com/azu/promises-book/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254101615,"owners_count":22014909,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["book","ebook","free","javascript","javascript-promise","pdf","promise"],"created_at":"2024-08-01T13:01:39.890Z","updated_at":"2025-05-14T08:05:50.732Z","avatar_url":"https://github.com/azu.png","language":"HTML","funding_links":["https://github.com/sponsors/azu"],"categories":["HTML"],"sub_categories":[],"readme":"# Promises Book [![test](https://github.com/azu/promises-book/actions/workflows/test.yml/badge.svg)](https://github.com/azu/promises-book/actions/workflows/test.yml) [![Gitter chat](https://badges.gitter.im/azu/promises-book.png)](https://gitter.im/azu/promises-book)\n\nJavaScript Promiseについての薄い電子書籍です。\n\n- ウェブ版: [https://azu.github.io/promises-book/](https://azu.github.io/promises-book/ \"Promises book\")\n- PDF版: [https://azu.github.io/promises-book/javascript-promise-book.pdf](https://azu.github.io/promises-book/javascript-promise-book.pdf)\n- おまけ(付録): [https://gumroad.com/l/javascript-promise](https://gumroad.com/l/javascript-promise \"JavaScript Promiseの本 付録\")\n\n作者をサポートしたい場合は、次の手段が利用できます。\n\n- GitHub Sponsorsで[作者に対してmonthly/onetimeで支援](https://github.com/sponsors/azu)できます\n- Gumroadで[付録を任意の値段で購入](https://gumroad.com/l/javascript-promise \"JavaScript Promiseの本 付録\")できます。\n\n過去のバージョンについては次のページから参照できます。\n\n- [JavaScript Promiseの本(v1)](https://azu.github.io/promises-book/archives/v1/)\n\nThis book has been released in :\n\n- **Chinese**: [JavaScript Promise迷你书（中文版）](http://liubin.github.io/promises-book/)\n- **Korean**: [\\[한빛미디어 eBook\\] JavaScript Promise（번역서）](http://www.hanbit.co.kr/ebook/look.html?isbn=9788968487293)\n\n## Installation\n\nこの書籍はAsciidocフォーマットで書かれています。\n\n[Asciidoctor](https://asciidoctor.org/ \"Asciidoctor\")でビルドすることができます。\n\n### HTMLのビルド\n\n``` sh\nbundle install --path vendor/bundle\nnpm install\nmake html\nopen index.html\n```\n\n### PDFのビルド\n\nフォントには[源真ゴシック (げんしんゴシック) | 自家製フォント工房](http://jikasei.me/font/genshin/ \"源真ゴシック (げんしんゴシック) | 自家製フォント工房\")を利用しています。\n\n必要なもの\n\n* [源真ゴシック (げんしんゴシック) | 自家製フォント工房](http://jikasei.me/font/genshin/ \"源真ゴシック (げんしんゴシック) | 自家製フォント工房\")\n* Java\n\n``` sh\ngit submodule update --init\nmake pdf\nopen javascript-promise-book.pdf\n```\n\n### Epubのビルド\n\nまだ完成度が高くないため品質はよくありません。\n[HTML版](https://azu.github.io/promises-book/)はスマートフォン等画面が小さくても見られるようになっているためそちらの利用を推奨します。\n\n``` sh\ngem install specific_install\ngem specific_install -l https://github.com/asciidoctor/asciidoctor-epub3\nasciidoctor-epub3 -D output index.adoc\n```\n\n## Contributing\n\nPull RequestやIssue等お気軽にどうぞ。\n\n[![Gitter chat](https://badges.gitter.im/azu/promises-book.png)](https://gitter.im/azu/promises-book) に書き込むだけでも問題ないです。\n\nPull Requestする場合は [CONTRIBUTING.md](CONTRIBUTING.md \"CONTRIBUTING.md\") も参考にして下さい。\n\n1. Fork it!\n2. Create your feature branch: `git checkout -b my-new-feature`\n3. Commit your changes: `git commit -am 'Add some feature'`\n4. Push to the branch: `git push origin my-new-feature`\n5. Submit a pull request :D\n\n## License\n\nプログラムコードはMITライセンスで利用できます。\n\n文章については\u003ca rel=\"license\" href=\"https://creativecommons.org/licenses/by-nc/4.0/\"\u003eCreative Commons Attribution-NonCommercial\u003c/a\u003eで利用できます。\n\n\u003ca rel=\"license\" href=\"http://creativecommons.org/licenses/by-nc/4.0/\"\u003e\u003cimg alt=\"クリエイティブ・コモンズ・ライセンス\" style=\"border-width:0\" src=\"http://i.creativecommons.org/l/by-nc/4.0/88x31.png\" /\u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazu%2Fpromises-book","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazu%2Fpromises-book","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazu%2Fpromises-book/lists"}