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

Latest commit

 

History

History
20 lines (17 loc) · 888 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (17 loc) · 888 Bytes

Hacking on NO CARRIER

How do I build NO CARRIER?

  1. Install sbt
  2. Go to your no-carrier directory.
  3. Run sbt compile

How do I run NO CARRIER's unit test suite?

  1. Ensure that sbt is installed (see above).
  2. Go to your no-carrier directory.
  3. Run sbt test

How do I generate a single self-sufficient JAR that includes all of the necessary dependencies?

  1. Ensure that sbt is installed (see above).
  2. Go to your no-carrier directory.
  3. Run sbt assembly
  4. If the build is successful, the desired JAR will be generated as target/scala-<scala-version>/no-carrier-assembly-<version>.jar.

Licensing

NO CARRIER is licensed under The MIT License. By contributing to NO CARRIER, you agree to license your contribution under The MIT License.