customs-declare-exports-frontend

Build Status Download

Declare Exports Frontend Application.

Developer notes

You may want to point to a non-local frontend Assets server. If so then simply set an environment variable ASSETS_URL

License

This code is open source software licensed under the Apache 2.0 License

Scalastyle

Project contains scalafmt plugin.

Commands for code formatting:

scalafmt        # format compile sources
test:scalafmt   # format test sources
sbt:scalafmt    # format .sbt source

To ensure everything is formatted you can check project using commands below

scalafmt::test      # check compile sources
test:scalafmt::test # check test sources
sbt:scalafmt::test  # check .sbt sources

Auto Complete

This project has a TamperMonkey (Google Chrome) or GreaseMonkey (Firefox) Auto Complete Script to help speed through the form journey.

These scripts can be found in the docs directory.