Scala Commons Node.js
Scala.js facades for Node.js platform.
How to add it to your project
val scommonsNodejsVer = "1.0.0-SNAPSHOT"
libraryDependencies ++= Seq(
"org.scommons.nodejs" %%% "scommons-nodejs-core" % scommonsNodejsVer,
"org.scommons.nodejs" %%% "scommons-nodejs-test" % scommonsNodejsVer % "test"
)
Latest SNAPSHOT
version is published to Sonatype Repo, just make sure you added the proper dependency resolver to your build.sbt
settings:
resolvers += "Sonatype Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots/"
How to use it
- Process => tests
- ChildProcess => tests
- EventEmitter => tests
- FS => tests
- OS => tests
- Path => tests
- URL => tests
- Stream => tests
- Timers => tests
How to Build
To build and run all the tests use the following command:
sbt test
Documentation
You can find more documentation here