зеркало из https://github.com/twbs/no-carrier.git
888 B
888 B
Hacking on NO CARRIER
How do I build NO CARRIER?
- Install sbt
- Go to your
no-carrier
directory. - Run
sbt compile
How do I run NO CARRIER's unit test suite?
- Ensure that sbt is installed (see above).
- Go to your
no-carrier
directory. - Run
sbt test
How do I generate a single self-sufficient JAR that includes all of the necessary dependencies?
- Ensure that sbt is installed (see above).
- Go to your
no-carrier
directory. - Run
sbt assembly
- 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.