2015-04-25 10:26:00 +03:00
Hacking on NO CARRIER
=================
## How do I build NO CARRIER?
1. [Install sbt ](http://www.scala-sbt.org/download.html )
2. Go to your `no-carrier` directory.
3. Run `sbt compile`
## How do I run NO CARRIER's unit test suite?
0. Ensure that sbt is installed (see above).
1. Go to your `no-carrier` directory.
2. Run `sbt test`
## How do I generate a single self-sufficient JAR that includes all of the necessary dependencies?
0. Ensure that sbt is installed (see above).
1. Go to your `no-carrier` directory.
2. Run `sbt assembly`
2015-07-31 00:34:17 +03:00
3. If the build is successful, the desired JAR will be generated as `target/scala-<scala-version>/no-carrier-assembly-<version>.jar` .
2015-04-25 10:26:00 +03:00
## Licensing
2015-04-27 04:27:20 +03:00
NO CARRIER is licensed under The MIT License. By contributing to NO CARRIER, you agree to license your contribution under [The MIT License ](https://github.com/twbs/no-carrier/blob/master/LICENSE.txt ).