{"id":24521119,"url":"https://github.com/matthijskamstra/haxejs","last_synced_at":"2025-10-11T11:11:28.853Z","repository":{"id":36837098,"uuid":"41144004","full_name":"MatthijsKamstra/haxejs","owner":"MatthijsKamstra","description":"Documentation about using JavaScript with Haxe","archived":false,"fork":false,"pushed_at":"2023-03-06T10:29:27.000Z","size":8582,"stargazers_count":25,"open_issues_count":8,"forks_count":11,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-14T11:13:10.510Z","etag":null,"topics":["documentation","example","examples","haxe","javascript","js","tutorial","tutorials"],"latest_commit_sha":null,"homepage":"https://matthijskamstra.github.io/haxejs/","language":null,"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/MatthijsKamstra.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2015-08-21T08:11:37.000Z","updated_at":"2021-11-12T19:24:02.000Z","dependencies_parsed_at":"2024-01-07T16:28:22.494Z","dependency_job_id":"c29dbd10-a63d-4d9d-82f0-a390aa307269","html_url":"https://github.com/MatthijsKamstra/haxejs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MatthijsKamstra/haxejs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatthijsKamstra%2Fhaxejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatthijsKamstra%2Fhaxejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatthijsKamstra%2Fhaxejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatthijsKamstra%2Fhaxejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MatthijsKamstra","download_url":"https://codeload.github.com/MatthijsKamstra/haxejs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatthijsKamstra%2Fhaxejs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007031,"owners_count":26084226,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["documentation","example","examples","haxe","javascript","js","tutorial","tutorials"],"created_at":"2025-01-22T02:49:00.714Z","updated_at":"2025-10-11T11:11:28.836Z","avatar_url":"https://github.com/MatthijsKamstra.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Haxe and JavaScript\n\nThere used to be a website (an old one, from when Haxe spelled \"haXe\") that got you started.\n\nBut that is no more. I decided to get some of that back.\nBased upon the information from the old site and my own need to document this.\n\n#### Visit [http://matthijskamstra.github.io/haxejs/](http://matthijskamstra.github.io/haxejs/)\n\n## How to contribute?\n\nRead more about that [here](contribute.md).\nBut it boils down to: **JUST DO IT!**\n\n#### Visit [https://github.com/MatthijsKamstra/haxejs](https://github.com/MatthijsKamstra/haxejs) to modify the \"source\" aka markdown files.\n\nFound any \"bug\" or have a great idea? Please create a [new issue](https://github.com/MatthijsKamstra/haxejs/issues/new).\n\n## How to build?\n\nI will be using [Gitbook](https://github.com/GitbookIO/gitbook#how-to-use-it) to export to static `html`.\nYou need to install Node.js and then you automatically have NPM:\n\nInstall gitbook\n\n```bash\nnpm install gitbook-cli -g\n```\n\nor if you have gitbook installed, update it\n\n```bash\ngitbook update\n```\n\nI wanted to make the editing of these file as-easy-as-possible.\nThis gitbook plugin helps with that: [gitbook plugin edit link](https://www.npmjs.com/package/gitbook-plugin-edit-link).\nAnd if all fails, I used [Disqus comments on your books](https://github.com/GitbookIO/plugin-disqus) to add comments at the bottom of each page.\n\nActivate the plugins with:\n\n```bash\ngitbook install\n```\n\nExport everything to `html`\n\n```bash\ngitbook build\n```\n\n---\n\n## NPM build\n\nI created a little script with NPM to make my life somewhat easier:\n\n```bash\nnpm run gitbook\n```\n\nWill install and update gitbook\n\n```bash\nnpm run build\n```\n\nWill remove old `docs`- and `_book`-folder, build new gitbook and rename `_book`- to `docs`-folder.\n\n```bash\nnpm run deploy\n```\n\nWill just push everything without consideration\n\n### What is Gitbook?\n\n![Gitbook logo](https://avatars0.githubusercontent.com/u/7111340?v=3\u0026s=200)\n\nI will be using [gitbook](https://github.com/GitbookIO/gitbook) to generate the website.\n\nPrimarily reason for this: I have never used it, it uses markdown as input files and it also generates a static `html` site.\n\n### What is Markdown\n\n![Markdown logo](img/markdown-logo-200.png)\nA familiar way to write documentation for developers.\nThis should make it easier to **contribute**!\n\n**Markdown** is a plain text formatting syntax created by John Gruber, aiming to provide a easy-to-read and feasible markup. You can find the original Markdown syntax specification [here](http://daringfireball.net/projects/markdown/syntax).\n\n![MacDown logo](img/macdown-logo-200.png)\n**MacDown** is a simple-to-use editor for Markdown documents. It renders your Markdown contents real-time into HTML, and display them in a preview panel. You can download it [here](http://macdown.uranusjr.com/).\n\n### Original haxejs.org\n\nYou can find the original data with [WayBack Machine](https://web.archive.org/web/20130917142452/http://www.haxejs.org/externs)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthijskamstra%2Fhaxejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatthijskamstra%2Fhaxejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthijskamstra%2Fhaxejs/lists"}