/gtfs

GTFS feed loader for the TransitData API Backend

Primary LanguageGroovyMIT LicenseMIT

gtfs

GTFS feed loader for the TransitData API Backend

  • Gradle is used to build the project
  • To run static analysis checks (findbugs & codenarc), and all tests run: gradle build
  • gradle test can be used to run tests only
  • gradle check can be used to run static analysis
  • To produce an executable 'fat' jar run: gradle shadow