Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exercism/haxe
Exercism exercises in Haxe.
https://github.com/exercism/haxe
community-contributions-paused exercism-track
Last synced: about 1 month ago
JSON representation
Exercism exercises in Haxe.
- Host: GitHub
- URL: https://github.com/exercism/haxe
- Owner: exercism
- License: mit
- Created: 2015-07-19T00:13:52.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T13:54:25.000Z (8 months ago)
- Last Synced: 2024-05-01T11:25:18.500Z (8 months ago)
- Topics: community-contributions-paused, exercism-track
- Language: Haxe
- Homepage: https://exercism.org/tracks/haxe
- Size: 657 KB
- Stars: 5
- Watchers: 8
- Forks: 19
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Exercism Haxe Track
[![Configlet](https://github.com/exercism/haxe/actions/workflows/configlet.yml/badge.svg)](https://github.com/exercism/haxe/actions/workflows/configlet.yml) [![Exercises Passing](https://github.com/exercism/haxe/actions/workflows/test.yml/badge.svg)](https://github.com/exercism/haxe/actions/workflows/test.yml)
Exercism problems in Haxe.
## Support
For support with Haxe in Exercism, please visit [the Haxe subcategory](https://forum.exercism.org/c/programming/haxe/) on the official [Exercism forum](https://forum.exercism.org).
## Contributing Guide
Please see [Exercism's contributing guide](https://exercism.org/docs/building).
## Track linting
[`configlet`](https://exercism.org/docs/building/configlet) is an Exercism-wide tool for working with tracks. You can download it by running:
```shell
./bin/fetch-configlet
```Run its [`lint` command](https://exercism.org/docs/building/configlet/lint) to verify if all exercises have all the necessary files and if config files are correct:
```shell
$ ./bin/configlet lintThe lint command is under development.
Please re-run this command regularly to see if your track passes the latest linting rules.Basic linting finished successfully:
- config.json exists and is valid JSON
- config.json has these valid fields:
language, slug, active, blurb, version, status, online_editor, key_features, tags
- Every concept has the required .md files
- Every concept has a valid links.json file
- Every concept has a valid .meta/config.json file
- Every concept exercise has the required .md files
- Every concept exercise has a valid .meta/config.json file
- Every practice exercise has the required .md files
- Every practice exercise has a valid .meta/config.json file
- Required track docs are present
- Required shared exercise docs are present### Haxe icon
The Haxe logo is assumed to be owned by the Haxe Foundation, but this is not made explicit. We have adapted it, changing the colours, for use on Exercism, which we believe to fall under fair use.