{"id":18111705,"url":"https://github.com/afaur/haxe-mithril","last_synced_at":"2025-07-25T17:42:41.274Z","repository":{"id":83721719,"uuid":"53879782","full_name":"afaur/Haxe-Mithril","owner":"afaur","description":null,"archived":false,"fork":false,"pushed_at":"2016-03-18T02:19:38.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-12T13:56:55.379Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/afaur.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2016-03-14T18:10:11.000Z","updated_at":"2016-03-14T18:10:29.000Z","dependencies_parsed_at":"2023-03-12T19:37:01.321Z","dependency_job_id":null,"html_url":"https://github.com/afaur/Haxe-Mithril","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afaur%2FHaxe-Mithril","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afaur%2FHaxe-Mithril/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afaur%2FHaxe-Mithril/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afaur%2FHaxe-Mithril/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/afaur","download_url":"https://codeload.github.com/afaur/Haxe-Mithril/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247452783,"owners_count":20941168,"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":[],"created_at":"2024-11-01T01:07:14.736Z","updated_at":"2025-04-06T08:22:18.349Z","avatar_url":"https://github.com/afaur.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# What is this project\n\nThis is a very basic example project for building a [Mithril](http://mithril.js.org/) application with [Haxe](http://haxe.org/).\n\n# Getting started\n\nDownload Haxe [here](http://haxe.org/download/)\nThen run the `haxelib setup` command.\nHere is an example:\n\n```\n// Haxe Does not understand ~ so you must specify the dir absolutely.\n// Also using .haxelib doesn't seem to work properly as of now.\n\n// Replace `username` below with your system user\nhaxelib setup /Users/username/haxelib\n```\n\n# Download dependencies\n\nThis is so we can run our tests.\n```\nhaxelib install buddy\n```\nThis is so we can build [Mithril](http://mithril.js.org/) apps\n```\nhaxelib install mithril\n```\n\n# Compile and inspect\nAfter that you should be able to `git clone` this project and then run: `./compile`\nThen visit `http://localhost:2000` to view.\n\n---\n\u003e `compile` is just a bash script that runs `haxe build.hxml`\n\u003e For more information on `build.hxml` look here: \n\u003e - http://old.haxe.org/doc/compiler\n\nThe `build.hxml` file tells the compiler to:\n- Find the source files inside `src`\n- Create a `app.js` file in the `build` directory.\n\nThe `./clean` bash script will clean out the build directory.\n\nTry changing the build target by using the other options found at:\n- http://haxe.org/documentation/introduction/compiler-usage.html\n\n# Running tests\n\nRight now there is only one test but it can be run using: `./check`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafaur%2Fhaxe-mithril","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafaur%2Fhaxe-mithril","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafaur%2Fhaxe-mithril/lists"}