https://github.com/wttech/habit-example
Examples of Habit setup
https://github.com/wttech/habit-example
Last synced: 10 months ago
JSON representation
Examples of Habit setup
- Host: GitHub
- URL: https://github.com/wttech/habit-example
- Owner: wttech
- Created: 2022-08-30T11:33:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-30T11:34:54.000Z (over 3 years ago)
- Last Synced: 2025-03-20T23:14:21.995Z (about 1 year ago)
- Language: Java
- Size: 70.3 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Habit Gradle example project
An example Gradle based project containing basic Apache configuration and Habit setup.
### Structure
* /gradle - Gradle wrapper
* /httpdConfiguration - folder with all Apache configuration files
* /src/main - empty
* /src/test/java - Java testing code
* /src/test/resources - Logback configuration
* /.gitignore - standard git ignore file
* /build.gradle.kts - all Habit dependencies, Gradle plugin and JUnit setup
* /habit.json - main configuration file for Habit
### habit.json
### Commands
Execute all tests - `gradlew :test`