Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

zerobase/haxe-tdd-boilerplate

Repository files navigation

Haxe TDD Boilerplate

Requirements

  • Haxe 3.0
  • Run haxelib install munit to install munit.
  • Run haxelib install mockatoo to install mockatoo.
  • Run npm install to setup grunt.

Optional

Directories and Files

  • .munit: an munit config file
  • Gruntfile.js: a grunt config file
  • Haxe-FlashDevelop.hxproj: a FlashDevelop project config file
  • README.md: this document
  • build/: a build target directory
  • build.hxml: a Haxe build config file for build
  • munit.hxml: a Haxe build config file for munit
  • node_modules/: installed by npm
  • package.json: a npm config file
  • report/: a test report directory
  • src/: a source directory
  • test/: a test suite directory
  • test.hxml: a test config file

Test

Run grunt test to test the app.

Run grunt watch to test continuously on every source code changes.

Build

Run grunt build to build the app. If build failed, create build directory then retry.

About

Haxe Test-Driven-Development Boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published